Class SqlBackupDevices
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the backup devices for a SQL instance. This only applies to on-premises installations of SQL Server.
public class SqlBackupDevices : BypassSection
- Inheritance
-
SqlBackupDevices
- Inherited Members
Constructors
SqlBackupDevices()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlBackupDevices class.
public SqlBackupDevices()
Properties
Items
Gets or sets the items in the collection.
public SqlBackupDeviceCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.SqlBackupDevices class from the specified XML.
public static SqlBackupDevices FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- SqlBackupDevices
A CENTREL.XIA.Configuration.Types.SqlBackupDevices class.
ToString()
Returns the backup devices as a human readable string.
public override string ToString()
Returns
- string
The backup devices as a human readable string.