Udostępnij za pośrednictwem


Metoda IDTSBuffer100.GetBLOBObject

Pobiera IDTSBLOBObject100 używana do odczytu i zapisu bajtów kolumna IDTSBuffer100.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw:  Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)

Składnia

'Deklaracja
Function GetBLOBObject ( _
    hRow As Integer, _
    hCol As Integer _
) As IDTSBLOBObject100
'Użycie
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

Parametry

Uwagi

IDTSBLOBObject100 Obiektu może służyć do operowania na danych kolumna duży obiekt binarny (BLOB).