Compartilhar via


IisWebServiceBackupBehaviorAttribute members

Include protected members
Include inherited members

O atributo de classe base usado para descrever o backup e restaurar o comportamento de um objeto na estrutura de serviços compartilhados.

The IisWebServiceBackupBehaviorAttribute type exposes the following members.

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.
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.
Public property CanSelectForRestore Obtém ou define um valor booleano que indica se o objeto pode ser selecionado para restauração.
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).
Public property TypeId (Inherited from Attribute.)

Top

Methods

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

IisWebServiceBackupBehaviorAttribute class

Microsoft.SharePoint.Administration namespace