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 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.