IDTSBuffer100.GetBLOBLength(Int32, Int32, UInt32) メソッド

定義

public:
 void GetBLOBLength(int hRow, int hCol, [Runtime::InteropServices::Out] System::UInt32 % pdwBytes);
public void GetBLOBLength (int hRow, int hCol, out uint pdwBytes);
abstract member GetBLOBLength : int * int * uint32 -> unit
Public Sub GetBLOBLength (hRow As Integer, hCol As Integer, ByRef pdwBytes As UInteger)

パラメーター

hRow
Int32
hCol
Int32
pdwBytes
UInt32

注釈

GetBLOBLength メソッドは、DT_IMAGEなどのバイナリ ラージ オブジェクト (BLOB) データ型を含む列のバイト数を決定するために使用されます。 このメソッドは、通常、GetBLOBData メソッドの呼び出しに先立って呼び出されます。 GetBLOBData への第 3 のパラメーターは、BLOB から取得するバイト数です。 BLOB 列のすべてのバイトを取得するには、GetBLOBData を呼び出す前に、このメソッドを呼び出します。

適用対象