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

Definição

Adiciona dados de byte a uma coluna em um 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)

Parâmetros

hRow
Int32

O identificador da linha.

hCol
Int32

O identificador da coluna.

lpData
Byte

Um ponteiro para os bytes que são gravados na coluna.

dwLength
UInt32

O número de bytes a serem gravados.

Comentários

Esse método é usado para acrescentar uma matriz de bytes à coluna especificada pelo hCol parâmetro .

Aplica-se a