Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the total number of batches to be processed in this synchronization session.
This property is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property BatchCount As Integer
'Usage
Dim instance As DbSyncSessionProgressEventArgs
Dim value As Integer
value = instance.BatchCount
public int BatchCount { get; }
public:
property int BatchCount {
int get ();
}
/** @property */
public int get_BatchCount ()
public function get BatchCount () : int
Property Value
The total number of batches to be processed in this synchronization session.
See Also
Reference
DbSyncSessionProgressEventArgs Class
DbSyncSessionProgressEventArgs Members
Microsoft.Synchronization.Data Namespace