IDTSManagedComponentWrapper100.AddBLOBDataLen メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
IDTSManagedComponentWrapper100 の BLOB データを追加します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
Sub AddBLOBDataLen ( _
pIDTSBuffer As IDTSBuffer100, _
hRow As Integer, _
hCol As Integer, _
ByRef ppsaData As Byte(), _
dwCount As UInteger _
)
'使用
Dim instance As IDTSManagedComponentWrapper100
Dim pIDTSBuffer As IDTSBuffer100
Dim hRow As Integer
Dim hCol As Integer
Dim ppsaData As Byte()
Dim dwCount As UInteger
instance.AddBLOBDataLen(pIDTSBuffer, _
hRow, hCol, ppsaData, dwCount)
void AddBLOBDataLen(
IDTSBuffer100 pIDTSBuffer,
int hRow,
int hCol,
ref byte[] ppsaData,
uint dwCount
)
void AddBLOBDataLen(
[InAttribute] IDTSBuffer100^ pIDTSBuffer,
[InAttribute] int hRow,
[InAttribute] int hCol,
[InAttribute] array<unsigned char>^% ppsaData,
[InAttribute] unsigned int dwCount
)
abstract AddBLOBDataLen :
pIDTSBuffer:IDTSBuffer100 *
hRow:int *
hCol:int *
ppsaData:byte[] byref *
dwCount:uint32 -> unit
function AddBLOBDataLen(
pIDTSBuffer : IDTSBuffer100,
hRow : int,
hCol : int,
ppsaData : byte[],
dwCount : uint
)
パラメーター
- pIDTSBuffer
型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100
DTS バッファーです。
- hRow
型: System.Int32
行です。
- hCol
型: System.Int32
列です。
- ppsaData
型: array<System.Byte[]%
BLOB データです。
- dwCount
型: System.UInt32
データの数です。