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

注釈

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

適用対象