Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.