IDTSBuffer90.AddBLOBData Method
IDTSBuffer90 の列にバイト データを追加します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (microsoft.sqlserver.dtspipelinewrap.dll 内)
構文
'宣言
Sub AddBLOBData ( _
<InAttribute> hRow As Integer, _
<InAttribute> hCol As Integer, _
<InAttribute> ByRef lpData As Byte, _
<InAttribute> dwLength As UInteger _
)
void AddBLOBData (
[InAttribute] int hRow,
[InAttribute] int hCol,
[InAttribute] ref byte lpData,
[InAttribute] uint dwLength
)
void AddBLOBData (
[InAttribute] int hRow,
[InAttribute] int hCol,
[InAttribute] unsigned char% lpData,
[InAttribute] unsigned int dwLength
)
void AddBLOBData (
/** @attribute InAttribute() */ int hRow,
/** @attribute InAttribute() */ int hCol,
/** @attribute InAttribute() */ /** @ref */ byte lpData,
/** @attribute InAttribute() */ UInt32 dwLength
)
JScript は、値と型の引数の参照渡しをサポートしていません。
パラメータ
- hRow
行ハンドルです。
- hCol
列ハンドルです。
- lpData
列に書き込まれるバイトを指すポインタです。
- dwLength
書き込むバイト数です。
解説
このメソッドは、hCol パラメータで指定した列にバイトの配列を追加するために使用されます。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace