IDTSBuffer100.GetBLOBLength(Int32, Int32, UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 資料行中的所有位元組。