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 メソッドは、バイナリ ラージ オブジェクト (BLOB) データ型 (DT_IMAGEなど) を含む列のバイト数を決定するために使用されます。 このメソッドは通常、GetBLOBData メソッドの呼び出しの前に呼び出されます。 GetBLOBData の 3 番目のパラメーターは、BLOB から取得するバイト数です。 GETBLOBData を呼び出して BLOB 列のすべてのバイトを取得する前に、このメソッドを呼び出します。

適用対象