Partager via


IDTSBLOBObject100.GetData(UInt32, Byte, UInt32, UInt32) Méthode

Définition

Récupère le nombre d'octets spécifié d'un objet IDTSBLOBObject100.

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

Emplacement où commencer la récupération des octets.

lpPointer
Byte

Pointeur vers les octets retournés par l'objet IDTSBLOBObject100.

dwLength
UInt32

Nombre d'octets à récupérer.

lpdwWritten
UInt32

Paramètre out qui indique le nombre d'octets écrits dans le paramètre lpPointer.

Attributs

Remarques

Cette méthode est utilisée pour récupérer un ensemble d’octets à partir du IDTSBLOBObject100.

S’applique à