Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Gets a SyncBatchProgress object that represents the progress of the current batch of changes that is synchronizing.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property BatchProgress As SyncBatchProgress
'Usage
Dim instance As SessionProgressEventArgs
Dim value As SyncBatchProgress
value = instance.BatchProgress
public SyncBatchProgress BatchProgress { get; }
public:
property SyncBatchProgress^ BatchProgress {
SyncBatchProgress^ get ();
}
/** @property */
public SyncBatchProgress get_BatchProgress ()
public function get BatchProgress () : SyncBatchProgress
Property Value
A SyncBatchProgress object that represents the progress of the current batch of changes that is synchronizing.
See Also
Reference
SessionProgressEventArgs Class
SessionProgressEventArgs Members
Microsoft.Synchronization Namespace