Metoda IDTSManagedComponentWrapper100.AddBLOBData
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Sub AddBLOBData ( _
pIDTSBuffer As IDTSBuffer100, _
hRow As Integer, _
hCol As Integer, _
ByRef ppsaData As Byte() _
)
'Użycie
Dim instance As IDTSManagedComponentWrapper100
Dim pIDTSBuffer As IDTSBuffer100
Dim hRow As Integer
Dim hCol As Integer
Dim ppsaData As Byte()
instance.AddBLOBData(pIDTSBuffer, hRow, _
hCol, ppsaData)
void AddBLOBData(
IDTSBuffer100 pIDTSBuffer,
int hRow,
int hCol,
ref byte[] ppsaData
)
void AddBLOBData(
[InAttribute] IDTSBuffer100^ pIDTSBuffer,
[InAttribute] int hRow,
[InAttribute] int hCol,
[InAttribute] array<unsigned char>^% ppsaData
)
abstract AddBLOBData :
pIDTSBuffer:IDTSBuffer100 *
hRow:int *
hCol:int *
ppsaData:byte[] byref -> unit
function AddBLOBData(
pIDTSBuffer : IDTSBuffer100,
hRow : int,
hCol : int,
ppsaData : byte[]
)
Parametry
- pIDTSBuffer
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100
- hRow
Typ: System.Int32
- hCol
Typ: System.Int32
- ppsaData
Typ: array<System.Byte[]%
Zobacz także