PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class AdmBEPlanoManutTransLog

    Definição da operação de manutenção do transaction log de um plano de manutenção.

    Inheritance
    System.Object
    StdBE
    AdmBaseBE
    AdmBEPlanoManutTransLog
    Implements
    AdmBE100.IAdmBEPlanoManutTransLog
    Inherited Members
    AdmBaseBE.AbvtApl
    StdBE.SerializeJson()
    StdBE.SerializeJson(List<String>)
    StdBE.ParseJsonText(String, List<String>)
    StdBE.SerializeJsonToXml(String, List<String>)
    StdBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    StdBE.Clone()
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: AdmBE100
    Assembly: AdmBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("A7E7AB6E-C7B4-4668-99B0-D7D0C93270BC")]
    [ClassInterface(ClassInterfaceType.None)]
    public class AdmBEPlanoManutTransLog : AdmBaseBE, IAdmBEPlanoManutTransLog

    Constructors

    AdmBEPlanoManutTransLog()

    Declaration
    public AdmBEPlanoManutTransLog()

    Properties

    Activo

    Indica se a tarefa está activa.

    Declaration
    public bool Activo { get; set; }
    Property Value
    Type Description
    System.Boolean

    BaseDados

    Base de dados associada.

    Declaration
    public string BaseDados { get; set; }
    Property Value
    Type Description
    System.String

    Calendario

    Calendário de execução da tarefa.

    Declaration
    public AdmBECalendario Calendario { get; }
    Property Value
    Type Description
    AdmBECalendario

    CriarSubPasta

    Indica se deve ser criada uma subpasta para armazenar as cópias de segurança de cada base de dados.

    Declaration
    public bool CriarSubPasta { get; set; }
    Property Value
    Type Description
    System.Boolean

    Descricao

    Descrição da cópia de segurança.

    Declaration
    public string Descricao { get; set; }
    Property Value
    Type Description
    System.String

    Diferencial

    Indica se a cópia de segurança deve ser diferencial.

    Declaration
    public bool Diferencial { get; set; }
    Property Value
    Type Description
    System.Boolean

    Extensao

    Extensão do ficheiro da cópia de segurança.

    Declaration
    public string Extensao { get; set; }
    Property Value
    Type Description
    System.String

    Ficheiro

    Ficheiro físico da cópia de segurança do transaction log.

    Declaration
    public string Ficheiro { get; set; }
    Property Value
    Type Description
    System.String

    GuardarHistorico

    Armazenar o histórico de execução da tarefa.

    Declaration
    public bool GuardarHistorico { get; set; }
    Property Value
    Type Description
    System.Boolean

    Nome

    Nome da cópia de segurança.

    Declaration
    public string Nome { get; set; }
    Property Value
    Type Description
    System.String

    Pasta

    Pasta onde deve ser criada a cópia de segurança.

    Declaration
    public string Pasta { get; set; }
    Property Value
    Type Description
    System.String

    PeriodoRemocao

    Período que define como devem ser removidos os ficheiros anteriores de cópia de segurança.

    Declaration
    public AdmBETipos.EnumPeriodoRemocaoBackups PeriodoRemocao { get; set; }
    Property Value
    Type Description
    AdmBETipos.EnumPeriodoRemocaoBackups

    RemoverFicheirosNum

    Número de ficheiros anteriores a remover.

    Declaration
    public int RemoverFicheirosNum { get; set; }
    Property Value
    Type Description
    System.Int32

    Sobrepor

    Sobrepor o ficheiro se existir.

    Declaration
    public bool Sobrepor { get; set; }
    Property Value
    Type Description
    System.Boolean

    UsarPastaPorDefeito

    Indica se deve ser utilizada a pasta de cópias de segurança por defeito do servidor.

    Declaration
    public bool UsarPastaPorDefeito { get; set; }
    Property Value
    Type Description
    System.Boolean

    Verificar

    Verificar a cópia da segurança após execução.

    Declaration
    public bool Verificar { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    NomeDaTarefa(String)

    Devolve o nome da tarefa.

    Declaration
    public string NomeDaTarefa(string strNomePlano)
    Parameters
    Type Name Description
    System.String strNomePlano

    Nome do plano de manutenção.

    Returns
    Type Description
    System.String

    Implements

    AdmBE100.IAdmBEPlanoManutTransLog