IDTSBuffer100.AddBLOBData(Int32, Int32, Byte, UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
void AddBLOBData(int hRow, int hCol, System::Byte % lpData, System::UInt32 dwLength);
public void AddBLOBData(int hRow, int hCol, ref byte lpData, uint dwLength);
abstract member AddBLOBData : int * int * byte * uint32 -> unit
Public Sub AddBLOBData (hRow As Integer, hCol As Integer, ByRef lpData As Byte, dwLength As UInteger)
參數
- hRow
- Int32
- hCol
- Int32
- lpData
- Byte
- dwLength
- UInt32
備註
此方法用於在參數指定的 hCol 欄位中附加一個位元組陣列。