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 方法將資料重新插入欄位。

適用於