Partager via


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

Définition

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
lpPointer
Byte
dwLength
UInt32
lpdwRead
UInt32
Attributs

Remarques

Cette méthode ajoute les octets spécifiés à un emplacement spécifique dans la collection d’octets stockée dans l’OBJET IDTSBLOB100.

Il ne peut pas être appelé si un objet IStream a déjà été récupéré à partir de l’objet à l’aide de la méthode GetStream.

S’applique à