IisWebServiceApplicationBackupBehaviorAttribute Members
Include Protected Members
Include Inherited Members
Specifies that a subclass of objects that derive from theSPIisWebServiceApplication class participate in backup and restore. This is done by applying this attribute to the class.
The IisWebServiceApplicationBackupBehaviorAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IisWebServiceApplicationBackupBehaviorAttribute | Initializes a new instance of the IisWebServiceApplicationBackupBehaviorAttribute class. |
Top
Properties
Name | Description | |
---|---|---|
CanRenameOnRestore | Indicates whether the item can be renamed or not on restore with the option to rename. (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
CanSelectForBackup | Gets or sets a Boolean which indicates whether the object can be selected from a list of items that can be backed up. (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
CanSelectForRestore | Gets or sets a Boolean which indicates whether the object can be selected for restoration. (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
DiskSizeRequired | The approximate size, in bytes, the backup needs to save its data to the disk. The data includes the size of databases, files and large blobs (larger than 1K). (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
ServiceApplication | Gets the service application being backed up or restored. | |
TypeId | (Inherited from Attribute.) |
Top
Methods
Name | Description | |
---|---|---|
AddChildObjects | Adds children to the backup tree. (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 | Method called when the backup system is stopped for some reason. (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
OnBackup | Method called when the system is being backed up. (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
OnBackupComplete | Method called when the system is finish being backed up. (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
OnPostRestore | Method that is called when the system is done restoring. (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
OnPrepareBackup | Method that is called when the system is preparing for backup. (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
OnPreRestore | Method that is called when the system is preparing for a restore. (Inherited from IisWebServiceBackupBehaviorAttribute.) | |
OnRestore | Method that is called when the system is being restored. (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