IDTSBLOBObject100.GetData(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.
Récupère le nombre d’octets spécifié à partir d’un IDTSBLOBObject100 objet.
public:
void GetData(System::UInt32 dwOffset, System::Byte % lpPointer, System::UInt32 dwLength, [Runtime::InteropServices::Out] System::UInt32 % lpdwWritten);
[System.Runtime.InteropServices.DispId(105)]
public void GetData(uint dwOffset, ref byte lpPointer, uint dwLength, out uint lpdwWritten);
[<System.Runtime.InteropServices.DispId(105)>]
abstract member GetData : uint32 * byte * uint32 * uint32 -> unit
Public Sub GetData (dwOffset As UInteger, ByRef lpPointer As Byte, dwLength As UInteger, ByRef lpdwWritten As UInteger)
Paramètres
- dwOffset
- UInt32
L’emplacement pour commencer à récupérer les octets.
- lpPointer
- Byte
Un pointeur vers les octets retournés par le IDTSBLOBObject100.
- dwLength
- UInt32
Le nombre d’octets à récupérer.
- lpdwWritten
- UInt32
Un out paramètre qui indique le nombre d’octets écrits sur le lpPointer paramètre.
- Attributs
Remarques
Cette méthode est utilisée pour récupérer un ensemble d’octets à partir de la IDTSBLOBObject100.