Condividi tramite


IDTSBuffer100.GetBLOBLength(Int32, Int32, UInt32) Metodo

Definizione

Ottiene il numero di byte contenuti in una colonna di un oggetto IDTSBuffer100.

public:
 void GetBLOBLength(int hRow, int hCol, [Runtime::InteropServices::Out] System::UInt32 % pdwBytes);
public void GetBLOBLength (int hRow, int hCol, out uint pdwBytes);
abstract member GetBLOBLength : int * int * uint32 -> unit
Public Sub GetBLOBLength (hRow As Integer, hCol As Integer, ByRef pdwBytes As UInteger)

Parametri

hRow
Int32

Handle della riga.

hCol
Int32

Handle della colonna nella riga.

pdwBytes
UInt32

Parametro out contenente il numero di byte nella riga.

Commenti

Il GetBLOBLength metodo viene usato per determinare il numero di byte in una colonna che contiene un tipo di dati BLOB (Binary Large Object), ad esempio .DT_IMAGE Questo metodo viene in genere chiamato prima di una chiamata al GetBLOBData metodo . Il terzo parametro di GetBLOBData è il numero di byte da recuperare dal BLOB. Questo metodo viene chiamato prima di chiamare GetBLOBData per recuperare tutti i byte in una colonna BLOB.

Si applica a