IisWebServiceApplicationBackupBehaviorAttribute members
Include protected members
Include inherited members
指定的物件衍生自SPIisWebServiceApplication類別的子類別參與備份與還原。做法是套用此屬性類別。
The IisWebServiceApplicationBackupBehaviorAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IisWebServiceApplicationBackupBehaviorAttribute | 初始化IisWebServiceApplicationBackupBehaviorAttribute類別的新執行個體。 |
Top
Properties
Name | Description | |
---|---|---|
CanRenameOnRestore | 會指出是否可以重新命名之項目的或不在還原使用 [重新命名] 選項。 (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
CanSelectForBackup | 取得或設定 Boolean,指出是否可以從清單中,您可以備份的項目選取物件。 (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
CanSelectForRestore | 取得或設定 Boolean,指出是否可以還原選取物件。 (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
DiskSizeRequired | 大約的大小,以位元組為單位,備份必須將其資料儲存至磁碟。將資料包含資料庫、 檔案及大型 blob (大於 1 K) 的大小。 (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
ServiceApplication | 取得正在備份或還原服務應用程式。 | |
TypeId | (Inherited from Attribute.) |
Top
Methods
Name | Description | |
---|---|---|
AddChildObjects | 將子項目新增至備份樹狀結構。 (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
OnAbort | 備份系統停止因任何原因時,就會呼叫方法。 (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
OnBackup | 當備份系統,就會呼叫方法。 (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
OnBackupComplete | 完成備份系統時,就會呼叫方法。 (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
OnPostRestore | 完成系統時所呼叫的方法還原。 (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
OnPrepareBackup | 系統準備備份時所呼叫的方法。 (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
OnPreRestore | 系統會在準備還原時所呼叫的方法。 (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
OnRestore | 還原系統時所呼叫的方法。 (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
Top