Share via


DbBatchSpooledEventArgs.CurrentBatchTableWatermarks Property

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.

See Also

Reference

DbBatchSpooledEventArgs Class

Microsoft.Synchronization.Data Namespace