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 number of the batch that was most recently applied by the provider.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentBatchNumber As Integer
'Usage
Dim instance As DbBatchAppliedEventArgs
Dim value As Integer
value = instance.CurrentBatchNumber
public int CurrentBatchNumber { get; }
public:
property int CurrentBatchNumber {
int get ();
}
/** @property */
public int get_CurrentBatchNumber ()
public function get CurrentBatchNumber () : int
Property Value
The number of the batch that was most recently applied by the provider.
See Also
Reference
DbBatchAppliedEventArgs Class
DbBatchAppliedEventArgs Members
Microsoft.Synchronization.Data Namespace