IDTSBuffer100.GetBLOBObject(Int32, Int32) 方法

定义

得到 IDTSBLOBObject100 一个,用于读取和写入列中的 IDTSBuffer100字节。

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBLOBObject100 ^ GetBLOBObject(int hRow, int hCol);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100 GetBLOBObject(int hRow, int hCol);
abstract member GetBLOBObject : int * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100
Public Function GetBLOBObject (hRow As Integer, hCol As Integer) As IDTSBLOBObject100

参数

hRow
Int32

排的把手。

hCol
Int32

柱子的把手。

返回

一个 IDTSBLOBObject100 对象。

注解

IDTSBLOBObject100 对象可用于操作二进制大对象(BLOB)列中的数据。

适用于