IDTSBuffer100.SetStatus(Int32, Int32, UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.