Class SqlMaintenancePlanCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of maintenance plans.
public class SqlMaintenancePlanCollection : Collection<SqlMaintenancePlan>, IList<SqlMaintenancePlan>, ICollection<SqlMaintenancePlan>, IList, ICollection, IReadOnlyList<SqlMaintenancePlan>, IReadOnlyCollection<SqlMaintenancePlan>, IEnumerable<SqlMaintenancePlan>, IEnumerable
- Inheritance
-
SqlMaintenancePlanCollection
- Implements
- Inherited Members
Constructors
SqlMaintenancePlanCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlMaintenancePlanCollection class.
public SqlMaintenancePlanCollection()
Methods
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.SqlMaintenancePlan with the specified name, or null if no CENTREL.XIA.Configuration.Types.SqlMaintenancePlan with that name is found.
public SqlMaintenancePlan FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.SqlMaintenancePlan to locate.
Returns
- SqlMaintenancePlan
The CENTREL.XIA.Configuration.Types.SqlMaintenancePlan with the specified name.
Sort()
Sorts the values in the collection.
public void Sort()