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 欄位中的所有位元組之前,先呼叫這個方法。