IDTSBuffer100.GetBLOBLength(Int32, Int32, UInt32) Metodo

Definizione

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
hCol
Int32
pdwBytes
UInt32

Commenti

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

Si applica a