DbBatchAppliedEventArgs::CurrentBatchNumber Property

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)

public:
property int CurrentBatchNumber {
	int get ();
}

Property Value

Type: System::Int32
The number of the batch that was most recently applied by the provider.
Show: