IDTSBLOBObject100.AddData(Byte, UInt32) Metodo

Definizione

Aggiunge byte a un oggetto IDTSBLOBObject100.

public:
 void AddData(System::Byte % lpData, System::UInt32 dwLength);
[System.Runtime.InteropServices.DispId(104)]
public void AddData (ref byte lpData, uint dwLength);
[<System.Runtime.InteropServices.DispId(104)>]
abstract member AddData : byte * uint32 -> unit
Public Sub AddData (ByRef lpData As Byte, dwLength As UInteger)

Parametri

lpData
Byte

Puntatore ai byte da aggiungere all'oggetto IDTSBLOBObject100.

dwLength
UInt32

Numero di byte.

Attributi

Commenti

Questo metodo aggiunge i byte specificati da lpData all'oggetto IDTSBLOBObject100 .

Si applica a