Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets the BLOB data.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function GetBLOBData ( _
pIDTSBuffer As IDTSBuffer100, _
hRow As Integer, _
hCol As Integer, _
dwOffset As UInteger, _
dwCount As UInteger _
) As Byte()
'Usage
Dim instance As IDTSManagedComponentWrapper100
Dim pIDTSBuffer As IDTSBuffer100
Dim hRow As Integer
Dim hCol As Integer
Dim dwOffset As UInteger
Dim dwCount As UInteger
Dim returnValue As Byte()
returnValue = instance.GetBLOBData(pIDTSBuffer, _
hRow, hCol, dwOffset, dwCount)
byte[] GetBLOBData(
IDTSBuffer100 pIDTSBuffer,
int hRow,
int hCol,
uint dwOffset,
uint dwCount
)
array<unsigned char>^ GetBLOBData(
[InAttribute] IDTSBuffer100^ pIDTSBuffer,
[InAttribute] int hRow,
[InAttribute] int hCol,
[InAttribute] unsigned int dwOffset,
[InAttribute] unsigned int dwCount
)
abstract GetBLOBData :
pIDTSBuffer:IDTSBuffer100 *
hRow:int *
hCol:int *
dwOffset:uint32 *
dwCount:uint32 -> byte[]
function GetBLOBData(
pIDTSBuffer : IDTSBuffer100,
hRow : int,
hCol : int,
dwOffset : uint,
dwCount : uint
) : byte[]
Parameter
- pIDTSBuffer
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100
The DTS buffer.
- hRow
Typ: System.Int32
The row.
- hCol
Typ: System.Int32
The column.
- dwOffset
Typ: System.UInt32
The offset.
- dwCount
Typ: System.UInt32
The number of data.
Rückgabewert
Typ: array<System.Byte[]
The BLOB data.