Metoda IDTSBLOBObject100.AddData
Dodaje bajtów IDTSBLOBObject100 obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Sub AddData ( _
ByRef lpData As Byte, _
dwLength As UInteger _
)
'Użycie
Dim instance As IDTSBLOBObject100
Dim lpData As Byte
Dim dwLength As UInteger
instance.AddData(lpData, dwLength)
void AddData(
ref byte lpData,
uint dwLength
)
void AddData(
[InAttribute] unsigned char% lpData,
[InAttribute] unsigned int dwLength
)
abstract AddData :
lpData:byte byref *
dwLength:uint32 -> unit
function AddData(
lpData : byte,
dwLength : uint
)
Parametry
- lpData
Typ: System.Byte%
Wskaźnik bajtów, aby dodać do IDTSBLOBObject100.
- dwLength
Typ: System.UInt32
Liczba bajtów.
Zobacz także