Condividi tramite


IDTSBuffer100.AddBLOBData(Int32, Int32, Byte, UInt32) Metodo

Definizione

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)

Parametri

hRow
Int32
hCol
Int32
lpData
Byte
dwLength
UInt32

Commenti

Questo metodo viene usato per aggiungere una matrice di byte alla colonna specificata dal hCol parametro .

Si applica a