Compartilhar via


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

Definição

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

Comentários

O método GetBLOBLength é usado para determinar o número de bytes em uma coluna que contém um tipo de dados BLOB (objeto binário grande), como um DT_IMAGE. Esse método normalmente é chamado antes de uma chamada para o GetBLOBData método . O terceiro parâmetro para GetBLOBData é o número de bytes a serem recuperados do BLOB. Você chama esse método antes de chamar GetBLOBData para recuperar todos os bytes em uma coluna BLOB.

Aplica-se a