변경 내용이 일괄 처리된 동기화 세션 중에 다시 시도된 삭제 작업 수를 가져오거나 설정합니다.
네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data
구문
‘선언
Public Property BatchedDeletesRetried As Integer
‘사용 방법
Dim instance As DbSyncTableProgress
Dim value As Integer
value = instance.BatchedDeletesRetried
instance.BatchedDeletesRetried = value
public int BatchedDeletesRetried { get; set; }
public:
property int BatchedDeletesRetried {
int get ();
void set (int value);
}
/** @property */
public int get_BatchedDeletesRetried ()
/** @property */
public void set_BatchedDeletesRetried (int value)
public function get BatchedDeletesRetried () : int
public function set BatchedDeletesRetried (value : int)
속성 값
변경 내용이 일괄 처리된 동기화 세션 중에 다시 시도된 삭제 작업 수입니다.
주의
기본 키 및 외래 키 삭제의 순서 때문에 일괄 처리에 대한 삭제가 다시 시도됩니다. 외래 키 삭제가 현재 또는 이전 일괄 처리에 없는 경우 해당 기본 키 삭제가 실패합니다. 실패한 삭제는 모든 일괄 처리가 적용된 후 다시 시도됩니다.
참고 항목
참조
DbSyncTableProgress 클래스
DbSyncTableProgress 멤버
Microsoft.Synchronization.Data 네임스페이스