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