IDTSBLOBObject100.PutData(UInt32, Byte, UInt32, UInt32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Comentários
Esse método adiciona os bytes especificados a um local específico na coleção de bytes armazenados no IDTSBLOBObject100.
Ele não poderá ser chamado se um IStream objeto já tiver sido recuperado do objeto usando o GetStream método.