Partager via


TotalChangesDownloaded propriété

Obtient ou définit le nombre total de modifications téléchargées depuis le serveur. Sont incluses les modifications qui n'ont pas pu être appliquées au client.

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

Syntaxe

'Déclaration
Public Property TotalChangesDownloaded As Integer
    Get
    Set
'Utilisation
Dim instance As SyncStatistics
Dim value As Integer

value = instance.TotalChangesDownloaded

instance.TotalChangesDownloaded = value
public int TotalChangesDownloaded { get; set; }
public:
property int TotalChangesDownloaded {
    int get ();
    void set (int value);
}
member TotalChangesDownloaded : int with get, set
function get TotalChangesDownloaded () : int
function set TotalChangesDownloaded (value : int)

Valeur de la propriété

Type : System. . :: . .Int32
Nombre total de modifications téléchargées depuis le serveur.

Exemples

Pour obtenir un exemple qui illustre l'utilisation de l'objet SyncStatistics, consultez Mise en route : synchronisation client et serveur.

Voir aussi

Référence

SyncStatistics Classe

Membres SyncStatistics

Espace de noms Microsoft.Synchronization.Data