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

定义

IDTSBLOBObject100 中的特定位置添加字节

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

指向要添加到 IDTSBLOBObject100 的字节数据的指针。

dwLength
UInt32

要写入的字节数。

lpdwRead
UInt32

写入 IDTSBLOBObject100 的字节数。

属性

注解

此方法将指定的字节添加到存储在其中 IDTSBLOBObject100字节集合中的特定位置。

如果 IStream 已使用 GetStream 该方法从对象中检索对象,则无法调用它。

适用于