ReplicaSyncTransactionNumber Property |
Last transaction number synced with
Namespace:
VelocityDb.Sync
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic ulong TransactionNumber { get; set; }
Public Property TransactionNumber As ULong
Get
Set
public:
property unsigned long long TransactionNumber {
unsigned long long get ();
void set (unsigned long long value);
}
member TransactionNumber : uint64 with get, set
Property Value
Type:
UInt64
See Also