변경 단위 변경 내용을 건너뛰게 만든 복구할 수 있는 오류에 대한 추가 데이터를 가져옵니다.
네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization
구문
‘선언
Public Overridable Function GetRecoverableErrorDataForChangeUnit ( _
changeUnitChange As ChangeUnitChange _
) As RecoverableErrorData
‘사용 방법
Dim instance As ItemChangeSkippedEventArgs
Dim changeUnitChange As ChangeUnitChange
Dim returnValue As RecoverableErrorData
returnValue = instance.GetRecoverableErrorDataForChangeUnit(changeUnitChange)
public virtual RecoverableErrorData GetRecoverableErrorDataForChangeUnit (
ChangeUnitChange changeUnitChange
)
public:
virtual RecoverableErrorData^ GetRecoverableErrorDataForChangeUnit (
ChangeUnitChange^ changeUnitChange
)
public RecoverableErrorData GetRecoverableErrorDataForChangeUnit (
ChangeUnitChange changeUnitChange
)
public function GetRecoverableErrorDataForChangeUnit (
changeUnitChange : ChangeUnitChange
) : RecoverableErrorData
매개 변수
- changeUnitChange
건너뛴 변경 단위 변경 내용입니다.
반환 값
변경 단위 변경 내용을 건너뛰게 만든 복구할 수 있는 오류에 대한 추가 데이터입니다. null 참조(Visual Basic에서는 Nothing)일 수 있습니다.
참고 항목
참조
ItemChangeSkippedEventArgs 클래스
ItemChangeSkippedEventArgs 멤버
Microsoft.Synchronization 네임스페이스