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.
Gets an IDTSBLOBObject100 that is used to read and write the bytes in a column in an IDTSBuffer100.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function GetBLOBObject ( _
hRow As Integer, _
hCol As Integer _
) As IDTSBLOBObject100
'Usage
Dim instance As IDTSBuffer100
Dim hRow As Integer
Dim hCol As Integer
Dim returnValue As IDTSBLOBObject100
returnValue = instance.GetBLOBObject(hRow, _
hCol)
IDTSBLOBObject100 GetBLOBObject(
int hRow,
int hCol
)
IDTSBLOBObject100^ GetBLOBObject(
[InAttribute] int hRow,
[InAttribute] int hCol
)
abstract GetBLOBObject :
hRow:int *
hCol:int -> IDTSBLOBObject100
function GetBLOBObject(
hRow : int,
hCol : int
) : IDTSBLOBObject100
Parameter
- hRow
Typ: System.Int32
The handle of the row.
- hCol
Typ: System.Int32
The handle of the column.
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100
An IDTSBLOBObject100 object.
Hinweise
The IDTSBLOBObject100 object can be used to manipulate the data in a binary large object (BLOB) column.