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) 列。

适用于