IDTSBLOBObject100.PutData(UInt32, Byte, UInt32, UInt32) 方法

定義

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)

參數

dwOffset
UInt32
lpPointer
Byte
dwLength
UInt32
lpdwRead
UInt32
屬性

備註

此方法將指定的位元組 IDTSBLOBObject100加入儲存在 .

如果 IStream 物件已經用該 GetStream 方法從物件中取得,則無法呼叫該物件。

適用於