Partager via


Propriété DbSyncTableProgress.RowIndex

Obtient ou définit l'index de l'objet DataRow qui est en cours de traitement dans l'objet DataTable qui contient les modifications à synchroniser.

Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)

Syntaxe

'Déclaration
<XmlIgnoreAttribute> _
Public Property RowIndex As Integer
'Utilisation
Dim instance As DbSyncTableProgress
Dim value As Integer

value = instance.RowIndex

instance.RowIndex = value
[XmlIgnoreAttribute] 
public int RowIndex { get; set; }
[XmlIgnoreAttribute] 
public:
property int RowIndex {
    int get ();
    void set (int value);
}
/** @property */
public int get_RowIndex ()

/** @property */
public void set_RowIndex (int value)
public function get RowIndex () : int

public function set RowIndex (value : int)

Valeur de propriété

Index de l'objet DataRow qui est en cours de traitement.

Voir aussi

Référence

Classe DbSyncTableProgress
Membres DbSyncTableProgress
Espace de noms Microsoft.Synchronization.Data