Share via


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)

Syntax

'Declaration
Public Property SequenceNumber As UInteger
    Get
    Set
'Usage
Dim instance As DbSyncBatchInfo
Dim value As UInteger

value = instance.SequenceNumber

instance.SequenceNumber = value
public uint SequenceNumber { get; set; }
public:
property unsigned int SequenceNumber {
    unsigned int get ();
    void set (unsigned int value);
}
member SequenceNumber : uint32 with get, set
function get SequenceNumber () : uint
function set SequenceNumber (value : uint)

Property Value

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

See Also

Reference

DbSyncBatchInfo Class

Microsoft.Synchronization.Data Namespace