Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the table name and maximum tickcount value for each table that has changes in the current batch.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentBatchTableWatermarks As Dictionary(Of String, ULong)
Get
'Usage
Dim instance As DbBatchSpooledEventArgs
Dim value As Dictionary(Of String, ULong)
value = instance.CurrentBatchTableWatermarks
public Dictionary<string, ulong> CurrentBatchTableWatermarks { get; }
public:
property Dictionary<String^, unsigned long long>^ CurrentBatchTableWatermarks {
Dictionary<String^, unsigned long long>^ get ();
}
member CurrentBatchTableWatermarks : Dictionary<string, uint64>
function get CurrentBatchTableWatermarks () : Dictionary<String, ulong>
Property Value
Type: System.Collections.Generic.Dictionary<String, UInt64>
The table name and maximum tickcount value for each table that has changes in the current batch.