Metoda IDTSBuffer100.AddBLOBData
Dołącza bajtu danych do kolumna w IDTSBuffer100.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Sub AddBLOBData ( _
hRow As Integer, _
hCol As Integer, _
ByRef lpData As Byte, _
dwLength As UInteger _
)
'Użycie
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
)
Parametry
- hRow
Typ: System.Int32
Dojście do wiersza.
- hCol
Typ: System.Int32
Uchwyt kolumna.
- lpData
Typ: System.Byte%
Wskaźnik do bajtów, które zostały napisane kolumna.
- dwLength
Typ: System.UInt32
Liczba bajtów do zapisu.
Uwagi
Ta metoda służy do dołączania do kolumna określone przez tablicę bajtów hCol parametru.
Zobacz także