Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
'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^, usigned long long>^ CurrentBatchTableWatermarks {
Dictionary<String^, usigned long long>^ get ();
}
/** @property */
public Dictionary<String,UInt64> get_CurrentBatchTableWatermarks ()
public function get CurrentBatchTableWatermarks () : Dictionary<String,ulong>
Property Value
The table name and maximum tickcount value for each table that has changes in the current batch.
See Also
Reference
DbBatchSpooledEventArgs Class
DbBatchSpooledEventArgs Members
Microsoft.Synchronization.Data Namespace