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> ) > ) >
現在のバッチで変更される各テーブルのテーブル名および最大ティック数の値。