TotalChanges propriété
Obtient le nombre total de modifications appliquées à une table au cours de la session de synchronisation.
Espace de noms : Microsoft.Synchronization.Data
Assembly : Microsoft.Synchronization.Data (dans Microsoft.Synchronization.Data.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TotalChanges As Integer
Get
'Utilisation
Dim instance As SyncTableProgress
Dim value As Integer
value = instance.TotalChanges
public int TotalChanges { get; }
public:
property int TotalChanges {
int get ();
}
member TotalChanges : int
function get TotalChanges () : int
Valeur de la propriété
Type : System. . :: . .Int32
Nombre total de modifications appliquées à une table au cours de la session de synchronisation.