DbSyncSessionProgressEventArgs.BatchNumber Property
Gets the number of the batch that is currently being processed.
This property is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property BatchNumber As Integer
'Usage
Dim instance As DbSyncSessionProgressEventArgs
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 number of the batch that is currently being processed.
See Also
Reference
DbSyncSessionProgressEventArgs Class
DbSyncSessionProgressEventArgs Members
Microsoft.Synchronization.Data Namespace