IDTSManagedComponentWrapper100.AddBLOBDataLen 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Adds BLOB data for the IDTSManagedComponentWrapper100.
네임스페이스: 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
The DTS buffer.
- hRow
유형: System.Int32
The rows.
- hCol
유형: System.Int32
The column.
- ppsaData
유형: array<System.Byte[]%
The BLOB data.
- dwCount
유형: System.UInt32
The number of data.