IDTSBuffer100.GetBLOBStream(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 接口,该接口可用于读取和写入二进制大型对象 (BLOB) 中的数据字节。 当 IStream 使用 stream 处理完数据后,可以使用 SetBLOBFromStream 方法将其插入返回列。