DbSyncBatchInfo::SequenceNumber Property

Gets or sets the sequence number of the batch at the source provider so that the destination provider processes batches in the correct order.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property unsigned int SequenceNumber {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

Type: System::UInt32
The sequence number of the batch at the source provider.
Show: