IDTSBuffer100.GetBLOBObject(Int32, Int32) メソッド

定義

IDTSBLOBObject100 の列のバイトの読み取りおよび書き込みに使用される IDTSBuffer100 を取得します。

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBLOBObject100 ^ GetBLOBObject(int hRow, int hCol);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100 GetBLOBObject (int hRow, int hCol);
abstract member GetBLOBObject : int * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100
Public Function GetBLOBObject (hRow As Integer, hCol As Integer) As IDTSBLOBObject100

パラメーター

hRow
Int32

行のハンドルです。

hCol
Int32

列のハンドルです。

戻り値

IDTSBLOBObject100 オブジェクト。

注釈

IDTSBLOBObject100 オブジェクトは、バイナリ ラージ オブジェクト (BLOB) 列のデータを操作するために使用できます。

適用対象