AddBLOBData メソッド
IDTSBuffer100 の列にバイト データを追加します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
Sub AddBLOBData ( _
hRow As Integer, _
hCol As Integer, _
ByRef lpData As Byte, _
dwLength As UInteger _
)
'使用
Dim instance As IDTSBuffer100
Dim hRow As Integer
Dim hCol As Integer
Dim lpData As Byte
Dim dwLength As UInteger
instance.AddBLOBData(hRow, hCol, lpData, _
dwLength)
void AddBLOBData(
int hRow,
int hCol,
ref byte lpData,
uint dwLength
)
void AddBLOBData(
[InAttribute] int hRow,
[InAttribute] int hCol,
[InAttribute] unsigned char% lpData,
[InAttribute] unsigned int dwLength
)
abstract AddBLOBData :
hRow:int *
hCol:int *
lpData:byte byref *
dwLength:uint32 -> unit
function AddBLOBData(
hRow : int,
hCol : int,
lpData : byte,
dwLength : uint
)
パラメーター
- hRow
型: System. . :: . .Int32
行ハンドルです。
- hCol
型: System. . :: . .Int32
列ハンドルです。
- lpData
型: System. . :: . .Byte%
列に書き込まれるバイトを指すポインタです。
- dwLength
型: System. . :: . .UInt32
書き込むバイト数です。
説明
このメソッドは、hCol パラメータで指定した列にバイトの配列を追加するために使用されます。