RowIndex propriété
Obtient ou définit l'index de DataRow qui est en cours de traitement dans l'objet DataTable contenant les modifications à synchroniser.
Espace de noms : Microsoft.Synchronization.Data
Assembly : Microsoft.Synchronization.Data (dans Microsoft.Synchronization.Data.dll)
Syntaxe
'Déclaration
Public Property RowIndex As Integer
Get
Set
'Utilisation
Dim instance As SyncTableProgress
Dim value As Integer
value = instance.RowIndex
instance.RowIndex = value
public int RowIndex { get; set; }
public:
property int RowIndex {
int get ();
void set (int value);
}
member RowIndex : int with get, set
function get RowIndex () : int
function set RowIndex (value : int)
Valeur de la propriété
Type : System. . :: . .Int32
Index de DataRow qui est en cours de traitement.