IDTSBLOBObject100.AddData(Byte, UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- lpData
- Byte
- dwLength
- UInt32
- Attributs
Remarques
Cette méthode ajoute les octets spécifiés par lpData
à l’objet IDTSBLOBObject100.