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.
This property is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property SequenceNumber As UInteger
'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);
}
/** @property */
public UInt32 get_SequenceNumber ()
/** @property */
public void set_SequenceNumber (UInt32 value)
public function get SequenceNumber () : uint
public function set SequenceNumber (value : uint)
Property Value
The sequence number of the batch at the source provider.
See Also
Reference
DbSyncBatchInfo Class
DbSyncBatchInfo Members
Microsoft.Synchronization.Data Namespace