IDTSBuffer100.AddBLOBData(Int32, Int32, Byte, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将字节数据追加到 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
列。