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

Définition

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)

Paramètres

hRow
Int32
hCol
Int32
pdwBytes
UInt32

Remarques

La méthode GetBLOBLength est utilisée pour déterminer le nombre d’octets dans une colonne qui contient un type de données BLOB (Binary Large Object), tel qu’un DT_IMAGE. Cette méthode est généralement appelée avant un appel à la méthode GetBLOBData. Le troisième paramètre de GetBLOBData est le nombre d’octets à récupérer à partir de l’objet BLOB. Vous appelez cette méthode avant d’appeler GetBLOBData pour récupérer tous les octets d’une colonne BLOB.

S’applique à