DbBatchSpooledEventArgs::CurrentBatchTableWatermarks Property
Gets the table name and maximum tickcount value for each table that has changes in the current batch.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property Dictionary<String^, unsigned long long>^ CurrentBatchTableWatermarks { Dictionary<String^, unsigned long long>^ get (); }
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.
Show: