다음을 통해 공유


DbBatchSpooledEventArgs.CurrentBatchTableWatermarks 속성

현재 일괄 처리에 변경 내용이 있는 각 테이블의 테이블 이름과 최대 틱 수 값을 가져옵니다.

네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data

구문

‘선언
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 네임스페이스