IDTSBLOBObject100.AddData(Byte, UInt32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- lpData
- Byte
- dwLength
- UInt32
- Atributos
Comentários
Esse método acrescenta os bytes especificados pelo lpData
IDTSBLOBObject100 objeto.