IDTSBuffer100.AddBLOBData(Int32, Int32, Byte, UInt32) メソッド

定義

IDTSBuffer100の列にバイトデータを付加します。

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 パラメータで指定された列にバイトの配列を付加するために使われます。

適用対象