Table of Contents

Class SqlBackupDevice

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

Represents a SQL backup device.

public class SqlBackupDevice : BaseTypeSection, IComparable<SqlBackupDevice>
Inheritance
SqlBackupDevice
Implements

Constructors

SqlBackupDevice()

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

public SqlBackupDevice()

Properties

DeviceType

Gets or sets the backup device type.

public SqlBackupDeviceType DeviceType { get; set; }

Property Value

SqlBackupDeviceType

DeviceTypeString

Gets the backup device type.

public string DeviceTypeString { get; set; }

Property Value

string

Name

Gets or sets the name of the backup device.

public string Name { get; set; }

Property Value

string

PhysicalLocation

Gets or sets the physical location of the backup device.

public string PhysicalLocation { get; set; }

Property Value

string

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.SqlBackupDevice cloned from this object.

public SqlBackupDevice Clone()

Returns

SqlBackupDevice

A CENTREL.XIA.Configuration.Types.SqlBackupDevice.

CompareTo(SqlBackupDevice)

Compares two CENTREL.XIA.Configuration.Types.SqlBackupDevice objects to allow sorting alphabetically by name.

public int CompareTo(SqlBackupDevice other)

Parameters

other SqlBackupDevice

The CENTREL.XIA.Configuration.Types.SqlBackupDevice to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.SqlBackupDevice objects.