IDTSBuffer100.GetBLOBStream(Int32, Int32) 方法

定义

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

参数

hRow
Int32
hCol
Int32

返回

一个 IStream 接口。

注解

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

适用于