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 介面,可用於二進位大型物件(BLOB)中讀取與寫入資料位元組。 當 IStream 完成使用串流的資料操作後,可以使用 SetBLOBFromStream 方法將其重新插入欄位。

適用於