IDTSBuffer100.AddBLOBData(Int32, Int32, Byte, UInt32) Méthode

Définition

Ajoute des données de type octet à une colonne dans un objet 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)

Paramètres

hRow
Int32

Descripteur de ligne.

hCol
Int32

Descripteur de colonne.

lpData
Byte

Pointeur vers les octets écrits dans la colonne.

dwLength
UInt32

Nombre d'octets à écrire.

Remarques

Cette méthode est utilisée pour ajouter un tableau d’octets à la colonne spécifiée par le hCol paramètre .

S’applique à