DbBatchSpooledEventArgs::CurrentBatchNumber Property

Gets the number of the batch that was most recently written to the spooling file.

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 written to the spooling file.
Show: