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 utilizzato per determinare il numero di byte in una colonna che contiene un tipo di dato BLOB (binary large object), come un DT_IMAGE. Questo metodo viene tipicamente chiamato prima di una chiamata al GetBLOBData metodo. Il terzo parametro è GetBLOBData il numero di byte da recuperare dal BLOB. Chiami questo metodo prima di chiamare GetBLOBData per recuperare tutti i byte in una colonna BLOB.

Si applica a