IisWebServiceApplicationProxyBackupBehaviorAttribute members

The attribute used to describe the backup and restore behavior for an SPIisWebServiceApplicationProxy object.

The IisWebServiceApplicationProxyBackupBehaviorAttribute type exposes the following members.

Constructors

  Name Description
Public method IisWebServiceApplicationProxyBackupBehaviorAttribute Initializes a new instance of the IisWebServiceApplicationProxyBackupBehaviorAttribute class.

Top

Properties

  Name Description
Public property CanRenameOnRestore Indicates whether the item can be renamed or not on restore with the option to rename. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public property 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.)
Public property CanSelectForRestore Gets or sets a Boolean which indicates whether the object can be selected for restoration. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public property 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.)
Protected property ServiceApplicationProxy Gets or sets the service application proxy that is being backed up or restored.
Public property TypeId (Inherited from Attribute.)

Top

Methods

  Name Description
Public method AddChildObjects Adds children to the backup tree. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public method Equals (Inherited from Attribute.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Attribute.)
Public method GetType (Inherited from Object.)
Public method IsDefaultAttribute (Inherited from Attribute.)
Public method Match (Inherited from Attribute.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnAbort Method called when the backup system is stopped for some reason. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public method OnBackup Method called when the system is being backed up. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public method OnBackupComplete Method called when the system is finish being backed up. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public method OnPostRestore Method that is called when the system is done restoring. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public method OnPrepareBackup Method that is called when the system is preparing for backup. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public method OnPreRestore Method that is called when the system is preparing for a restore. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public method OnRestore Method that is called when the system is being restored. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method _Attribute.GetIDsOfNames (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfo (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfoCount (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.Invoke (Inherited from Attribute.)

Top

See also

Reference

IisWebServiceApplicationProxyBackupBehaviorAttribute class

Microsoft.SharePoint.Administration namespace