공급자가 가장 최근에 적용한 일괄 처리의 번호를 가져옵니다.
네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data
구문
‘선언
Public ReadOnly Property CurrentBatchNumber As Integer
‘사용 방법
Dim instance As DbBatchAppliedEventArgs
Dim value As Integer
value = instance.CurrentBatchNumber
public int CurrentBatchNumber { get; }
public:
property int CurrentBatchNumber {
int get ();
}
/** @property */
public int get_CurrentBatchNumber ()
public function get CurrentBatchNumber () : int
속성 값
공급자가 가장 최근에 적용한 일괄 처리의 번호입니다.
참고 항목
참조
DbBatchAppliedEventArgs 클래스
DbBatchAppliedEventArgs 멤버
Microsoft.Synchronization.Data 네임스페이스