Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the current batch number that the session is processing.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property BatchNumber As Integer
'Usage
Dim instance As SyncBatchProgress
Dim value As Integer
value = instance.BatchNumber
public int BatchNumber { get; }
public:
property int BatchNumber {
int get ();
}
/** @property */
public int get_BatchNumber ()
public function get BatchNumber () : int
Property Value
The current batch number that the session is processing.
See Also
Reference
SyncBatchProgress Class
SyncBatchProgress Members
Microsoft.Synchronization Namespace