Udostępnij za pośrednictwem


Metoda PipelineBuffer.GetBlobLength

Pobiera liczbę bajtów zawartych w duży obiekt binarny (BLOB) PipelineBuffer kolumna.

Ten interfejs API nie jest zgodny ze specyfikacją CLS. 

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

Składnia

'Deklaracja
<CLSCompliantAttribute(False)> _
Public Function GetBlobLength ( _
    columnIndex As Integer _
) As UInteger
'Użycie
Dim instance As PipelineBuffer
Dim columnIndex As Integer
Dim returnValue As UInteger

returnValue = instance.GetBlobLength(columnIndex)
[CLSCompliantAttribute(false)]
public uint GetBlobLength(
    int columnIndex
)
[CLSCompliantAttribute(false)]
public:
unsigned int GetBlobLength(
    int columnIndex
)
[<CLSCompliantAttribute(false)>]
member GetBlobLength : 
        columnIndex:int -> uint32 
public function GetBlobLength(
    columnIndex : int
) : uint

Parametry

  • columnIndex
    Typ: System.Int32
    Indeks kolumna zawierającą obiektu BLOB.

Wartość zwracana

Typ: System.UInt32
Liczba bajtów w duży obiekt binarny.

Uwagi

GetBlobLength Metoda jest używana do określenia liczby bajtów zawartych w PipelineBuffer Typ kolumna zawierające dane obiektu BLOB, taki jak DT_IMAGE.Ta metoda jest zazwyczaj nazywany przed do wywołania GetBlobData metody.Trzeci parametr GetBlobData jest liczbą bajtów, aby pobrać obiekt BLOB.Wywołanie GetBlobLength przed GetBlobData , gdy chcesz pobrać wszystkie bajty obiektu BLOB PipelineBuffer kolumna.