IDTSBLOBObject90 の特定の場所にバイトを追加します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (microsoft.sqlserver.dtspipelinewrap.dll 内)
構文
'宣言
<DispIdAttribute(106)> _
Sub PutData ( _
<InAttribute> dwOffset As UInteger, _
<InAttribute> ByRef lpPointer As Byte, _
<InAttribute> dwLength As UInteger, _
<OutAttribute> ByRef lpdwRead As UInteger _
)
[DispIdAttribute(106)]
void PutData (
[InAttribute] uint dwOffset,
[InAttribute] ref byte lpPointer,
[InAttribute] uint dwLength,
out uint lpdwRead
)
[DispIdAttribute(106)]
void PutData (
[InAttribute] unsigned int dwOffset,
[InAttribute] unsigned char% lpPointer,
[InAttribute] unsigned int dwLength,
[OutAttribute] unsigned int% lpdwRead
)
/** @attribute DispIdAttribute(106) */
void PutData (
/** @attribute InAttribute() */ UInt32 dwOffset,
/** @attribute InAttribute() */ /** @ref */ byte lpPointer,
/** @attribute InAttribute() */ UInt32 dwLength,
/** @attribute OutAttribute() */ /** @ref */ UInt32 lpdwRead
)
JScript は、値と型の引数の参照渡しをサポートしていません。
パラメータ
- dwOffset
バイトの書き込みを開始する場所です。
- lpPointer
IDTSBLOBObject90 に追加するバイト データを指すポインタです。
- dwLength
書き込むバイト数です。
- lpdwRead
IDTSBLOBObject90 に書き込まれたバイト数です。
解説
このメソッドは、指定したバイトを IDTSBLOBObject90 に格納されているバイトのコレクションの特定の位置に追加します。
GetStream メソッドを使用してオブジェクトから IStream オブジェクトが既に取得されている場合は、呼び出すことができません。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
IDTSBLOBObject90 Interface
IDTSBLOBObject90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace