IDTSBuffer100.GetBLOBStream(Int32, Int32) 方法

定义

获取用于访问存储在 IStream 的一列中的二进制大型对象 (BLOB) 的 IDTSBuffer100 接口。

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

参数

hRow
Int32

行句柄。

hCol
Int32

列句柄。

返回

一个 IStream 接口。

注解

此方法用于检索 IStream 可用于读取和写入二进制大型对象中的数据字节 (BLOB) 的接口。 IStream使用流操作完数据后,可以使用该方法将其插入到列中SetBLOBFromStream

适用于