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 個參數是從 BLOB 中擷取的位元組數。 你在呼叫 GetBLOBData BLOB 欄位中的所有位元組之前,先呼叫這個方法。

適用於