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メソッドを使ってカラムに戻すことができます。

適用対象