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