共用方式為


DbBatchSpooledEventArgs.CurrentBatchTableWatermarks 屬性

取得在目前批次中具有變更之每個資料表的資料表名稱和最大滴答計數值。

命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)

語法

'宣告
Public ReadOnly Property CurrentBatchTableWatermarks As Dictionary(Of String, ULong)
'用途
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>

屬性值

在目前批次中具有變更之每個資料表的資料表名稱和最大滴答計數值。

請參閱

參考

DbBatchSpooledEventArgs 類別
DbBatchSpooledEventArgs 成員
Microsoft.Synchronization.Data 命名空間