IDTSBuffer100.GetBLOBObject(Int32, Int32) 方法

定义

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

参数

hRow
Int32
hCol
Int32

返回

IDTSBLOBObject100

一个 IDTSBLOBObject100 对象。

注解

IDTSBLOBObject100对象可用于处理二进制大型对象 (BLOB) 列中的数据。

适用于