Partager via


BatchProgress propriété

Obtient un objet SyncBatchProgress qui représente la progression du lot actuel de modifications en cours de synchronisation.

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

Syntaxe

'Déclaration
Public ReadOnly Property BatchProgress As SyncBatchProgress
    Get
'Utilisation
Dim instance As SessionProgressEventArgs
Dim value As SyncBatchProgress

value = instance.BatchProgress
public SyncBatchProgress BatchProgress { get; }
public:
property SyncBatchProgress^ BatchProgress {
    SyncBatchProgress^ get ();
}
member BatchProgress : SyncBatchProgress
function get BatchProgress () : SyncBatchProgress

Valeur de la propriété

Type : Microsoft.Synchronization. . :: . .SyncBatchProgress
Objet SyncBatchProgress qui représente la progression du lot actuel de modifications en cours de synchronisation.

Voir aussi

Référence

SessionProgressEventArgs Classe

Membres SessionProgressEventArgs

Espace de noms Microsoft.Synchronization