获取当前批中已变更的每个表的表名称和最大滴答计数值。
命名空间: 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 命名空间