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 インターフェイス。

注釈

このメソッドは、バイナリ ラージ オブジェクト (BLOB) のデータ バイトの読み取りと書き込みに使用できる IStream インターフェイスを取得するために使用されます。 ストリームを使用したデータの操作が完了したら、SetBLOBFromStream メソッドを使用して列に挿入し直すことができます。

適用対象