Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ruft ein SyncBatchProgress-Objekt ab, das den Fortschritt der Synchronisierung für den aktuellen Batch von Änderungen angibt.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property BatchProgress As SyncBatchProgress
Get
'Usage
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
Eigenschaftenwert
Typ: Microsoft.Synchronization. . :: . .SyncBatchProgress
Ein SyncBatchProgress-Objekt, das den Fortschritt für den Batch von Änderungen angibt, der aktuell synchronisiert wird.
Siehe auch
Verweis
SessionProgressEventArgs Klasse