Table of Contents

Class BackupExecSqlDatabaseSelection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a Backup Exec SQL database selection.

public class BackupExecSqlDatabaseSelection : BackupExecSelection
Inheritance
BackupExecSqlDatabaseSelection
Inherited Members

Constructors

BackupExecSqlDatabaseSelection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecSqlDatabaseSelection class.

public BackupExecSqlDatabaseSelection()

Properties

DatabaseName

Gets or sets the name of the database to backup.

public string DatabaseName { get; set; }

Property Value

string

DisplayName

Gets the display name of the selection type.

public override string DisplayName { get; }

Property Value

string

DisplayValue

Gets the configured display value.

public override string DisplayValue { get; }

Property Value

string

InstanceName

Gets or sets the name of the instance to be backed up.

public string InstanceName { get; set; }

Property Value

string