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完成使用数据流的操作后,可以使用SetBLOBFromStream方法将其重新插入列中。