Class SqlManagement
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the management configuration for a SQL instance. This only applies to on-premises installations of SQL Server.
public class SqlManagement : BypassSection
- Inheritance
-
SqlManagement
- Inherited Members
Constructors
SqlManagement()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlManagement class.
public SqlManagement()
Properties
DatabaseMail
Gets or sets the database mail configuration for the SQL instance. This only applies to on-premises installations of SQL Server.
public SqlDatabaseMail DatabaseMail { get; set; }
Property Value
MaintenancePlans
Gets or sets the maintenance plans configured for the SQL instance. This only applies to on-premises installations of SQL Server.
public SqlMaintenancePlans MaintenancePlans { get; set; }
Property Value
ResourceGovernor
Gets or sets the resource governor configuration for the instance. This only applies to on-premises installations of SQL Server.
public SqlResourceGovernor ResourceGovernor { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.SqlManagement class from the specified XML.
public static SqlManagement FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- SqlManagement
A CENTREL.XIA.Configuration.Types.SqlManagement class.
ToString()
Returns the server management as a human readable string.
public override string ToString()
Returns
- string
The server management as a human readable string.