取得有關導致略過變更單位變更之可復原錯誤的其他資料。
命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)
語法
'宣告
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 命名空間