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介面。

備註

這個方法是用來取出 IStream 介面,此介面可用來讀取和寫入二進位大型物件 (BLOB) 中的資料位元組。 當 IStream 完成使用資料流程處理資料時,可以使用 SetBLOBFromStream 方法將資料插入資料行。

適用於