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