IDTSBLOBObject100.PutData(UInt32, Byte, UInt32, 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.
Ajoute des octets dans un emplacement spécifique dans le IDTSBLOBObject100
public:
void PutData(System::UInt32 dwOffset, System::Byte % lpPointer, System::UInt32 dwLength, [Runtime::InteropServices::Out] System::UInt32 % lpdwRead);
[System.Runtime.InteropServices.DispId(106)]
public void PutData(uint dwOffset, ref byte lpPointer, uint dwLength, out uint lpdwRead);
[<System.Runtime.InteropServices.DispId(106)>]
abstract member PutData : uint32 * byte * uint32 * uint32 -> unit
Public Sub PutData (dwOffset As UInteger, ByRef lpPointer As Byte, dwLength As UInteger, ByRef lpdwRead As UInteger)
Paramètres
- dwOffset
- UInt32
L’endroit où commencer à écrire les octets.
- lpPointer
- Byte
Un pointeur vers les données d’octets à ajouter au IDTSBLOBObject100fichier .
- dwLength
- UInt32
Nombre d’octets à écrire.
- lpdwRead
- UInt32
Le nombre d’octets écrits dans le IDTSBLOBObject100fichier .
- Attributs
Remarques
Cette méthode ajoute les octets spécifiés à un emplacement précis dans la collection d’octets stockés dans le IDTSBLOBObject100.
Il ne peut pas être appelé si un IStream objet a déjà été récupéré à partir de l’objet en utilisant la GetStream méthode.