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

Définition

public:
 void SetStatus(int hRow, int hCol, System::UInt32 dbStatus);
public void SetStatus(int hRow, int hCol, uint dbStatus);
abstract member SetStatus : int * int * uint32 -> unit
Public Sub SetStatus (hRow As Integer, hCol As Integer, dbStatus As UInteger)

Paramètres

hRow
Int32
hCol
Int32
dbStatus
UInt32

Remarques

Cette méthode est utilisée pour définir les informations de statut d’une colonne dans IDTSBuffer100 en utilisant les indicateurs dans le DTPSTATUSENUM. Si le tampon n’est pas créé avec le drapeau BUFF_NOOLEDB, alors la seule valeur de statut acceptable est DTPSTATUS_OK ou DTPSTATUS_ISNULL.

S’applique à