CurrentBatchTableWatermarks 属性
获取当前批中已变更的每个表的表名称和最大滴答计数值。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)
语法
声明
Public ReadOnly Property CurrentBatchTableWatermarks As Dictionary(Of String, ULong)
Get
用法
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>
属性值
类型:System.Collections.Generic. . :: . .Dictionary< (Of < ( <'String, UInt64> ) > ) >
当前批中已变更的每个表的表名称和最大滴答计数值。