IDTSBuffer100.GetBLOBStream(Int32, Int32) 方法

定义

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

参数

hRow
Int32
hCol
Int32

返回

IStream

IStream接口。

注解

此方法用于检索一个 IStream 接口,该接口可用于读取和写入二进制大型对象 (BLOB) 中的数据字节。 当 IStream 使用 stream 处理完数据后,可以使用 SetBLOBFromStream 方法将其插入返回列。

适用于