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

Definición

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)

Parámetros

dwOffset
UInt32
lpPointer
Byte
dwLength
UInt32
lpdwRead
UInt32
Atributos

Comentarios

Este método añade los bytes especificados a una ubicación específica dentro de la colección de bytes almacenados en el IDTSBLOBObject100archivo .

No puede llamarse si un IStream objeto ya ha sido recuperado del objeto usando el GetStream método.

Se aplica a