IDTSBuffer100.GetBLOBLength(Int32, Int32, UInt32) Método

Definición

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)

Parámetros

hRow
Int32
hCol
Int32
pdwBytes
UInt32

Comentarios

El método GetBLOBLength se utiliza para determinar el número de bytes en una columna que contiene un tipo de dato de objeto binario grande (BLOB), como un DT_IMAGE. Este método suele llamarse antes de una llamada al GetBLOBData método. El tercer parámetro es GetBLOBData el número de bytes a recuperar del BLOB. Llamas a este método antes de llamar GetBLOBData para recuperar todos los bytes de una columna BLOB.

Se aplica a