Compartilhar via


IisWebServiceApplicationBackupBehaviorAttribute members

Include protected members
Include inherited members

Especifica que uma subclasse de objetos que derivam da classeSPIisWebServiceApplication participar de backup e restauração. Isso é feito aplicando esse atributo para a classe.

The IisWebServiceApplicationBackupBehaviorAttribute type exposes the following members.

Constructors

  Name Description
Public method IisWebServiceApplicationBackupBehaviorAttribute Inicializa uma nova instância da classe IisWebServiceApplicationBackupBehaviorAttribute .

Top

Properties

  Name Description
Public property CanRenameOnRestore Indica se o item pode ser renomeado ou não em restauração com a opção de renomear. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public property CanSelectForBackup Obtém ou define um valor booleano que indica se o objeto pode ser selecionado em uma lista de itens que podem ser copiados. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public property CanSelectForRestore Obtém ou define um valor booleano que indica se o objeto pode ser selecionado para restauração. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public property DiskSizeRequired O tamanho aproximado, em bytes, o backup deve salvar seus dados no disco. Os dados incluem o tamanho dos bancos de dados, arquivos e blobs grandes (maiores que 1K). (Inherited from IisWebServiceBackupBehaviorAttribute.)
Protected property ServiceApplication Obtém o aplicativo de serviço estão sendo copiados ou restaurados.
Public property TypeId (Inherited from Attribute.)

Top

Methods

  Name Description
Public method AddChildObjects Adiciona o filho à árvore de backup. (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 O método chamado quando o sistema de backup é interrompido por algum motivo. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public method OnBackup Método chamado quando o sistema está sendo feito backup. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public method OnBackupComplete O método chamado quando o sistema concluir durante o backup. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public method OnPostRestore Método que é chamado quando o sistema é feito restaurando. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public method OnPrepareBackup Método que é chamado quando o sistema está se preparando para backup. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public method OnPreRestore Método que é chamado quando o sistema está se preparando para uma restauração. (Inherited from IisWebServiceBackupBehaviorAttribute.)
Public method OnRestore Método que é chamado quando o sistema está sendo restaurado. (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

Ver também

Referência

IisWebServiceApplicationBackupBehaviorAttribute class

Microsoft.SharePoint.Administration namespace