SPBackupRestorePhaseType enumeration
會指定哪些階段備份或還原作業中的為目前技巧。
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Enumeration SPBackupRestorePhaseType
'用途
Dim instance As SPBackupRestorePhaseType
public enum SPBackupRestorePhaseType
Members
Member name | Description | |
---|---|---|
NotSelected | 不會有備份或還原作業已選取目前的物件。 | |
NotStarted | 尚未啟動作業。 | |
Starting | 啟動作業。 | |
OnPrepareBackup | 備份的預備步驟是技巧。 | |
OnBackup | 備份正在進行中。 | |
OnBackupComplete | 備份階段已完成。 | |
OnPreRestore | 還原作業的預備步驟是技巧。 | |
OnRestore | 還原作業正在進行中。 | |
OnPostRestore | 張貼還原完成正在進行中。 | |
Done | 完成作業。 | |
Abort | 是要中止作業。 | |
Error | 作業由於錯誤而已提前結束。 |