Metoda IDTSBLOBObject100.GetData
Pobiera określoną liczbę bajtów z IDTSBLOBObject100 obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Sub GetData ( _
dwOffset As UInteger, _
ByRef lpPointer As Byte, _
dwLength As UInteger, _
<OutAttribute> ByRef lpdwWritten As UInteger _
)
'Użycie
Dim instance As IDTSBLOBObject100
Dim dwOffset As UInteger
Dim lpPointer As Byte
Dim dwLength As UInteger
Dim lpdwWritten As UInteger
instance.GetData(dwOffset, lpPointer, _
dwLength, lpdwWritten)
void GetData(
uint dwOffset,
ref byte lpPointer,
uint dwLength,
out uint lpdwWritten
)
void GetData(
[InAttribute] unsigned int dwOffset,
[InAttribute] unsigned char% lpPointer,
[InAttribute] unsigned int dwLength,
[OutAttribute] unsigned int% lpdwWritten
)
abstract GetData :
dwOffset:uint32 *
lpPointer:byte byref *
dwLength:uint32 *
lpdwWritten:uint32 byref -> unit
function GetData(
dwOffset : uint,
lpPointer : byte,
dwLength : uint,
lpdwWritten : uint
)
Parametry
- dwOffset
Typ: System.UInt32
Lokalizacja, aby rozpocząć pobieranie bajtów.
- lpPointer
Typ: System.Byte%
Wskaźnik bajtów zwróconych przez IDTSBLOBObject100.
- dwLength
Typ: System.UInt32
Liczba bajtów do pobrania.
- lpdwWritten
Typ: System.UInt32%
out Parametr, który wskazuje liczbę bajtów zapisanych do lpPointer parametru.
Zobacz także