IDTSBuffer100.PrepareDataStatusForInsert(Int32) 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 PrepareDataStatusForInsert(int hRow);
public void PrepareDataStatusForInsert(int hRow);
abstract member PrepareDataStatusForInsert : int -> unit
Public Sub PrepareDataStatusForInsert (hRow As Integer)
Paramètres
- hRow
- Int32
Remarques
Cette méthode définit la valeur de statut des colonnes dans la ligne spécifiée. Si H_ALL est spécifié, les colonnes de toutes les lignes du tampon sont définies. Le statut de chaque colonne, si elle n’est pas déjà définie à DTPSTATUS_ISNULL, est définie à DTPSTATUS_OK.
Si le tampon est un tampon de sortie, une exception DTS_E_DIRECTTONONERROROUTPUT se produit. Si le tampon a été créé avec le drapeau BUFF_NOOLEDB, une erreur survient.