IDTSBuffer100.IsNull(Int32, Int32, Boolean) Méthode

Définition

public:
 void IsNull(int hRow, int hCol, [Runtime::InteropServices::Out] bool % pfNull);
public void IsNull (int hRow, int hCol, out bool pfNull);
abstract member IsNull : int * int * bool -> unit
Public Sub IsNull (hRow As Integer, hCol As Integer, ByRef pfNull As Boolean)

Paramètres

hRow
Int32
hCol
Int32
pfNull
Boolean

Remarques

Cette méthode vérifie si les données stockées dans la colonne de mémoire tampon sont null ou vides. Les développeurs de composants de flux de données managés n’appellent pas cette méthode, mais utilisent plutôt la méthode IsNull de la classe PipelineBuffer managée.

S’applique à