Table of Contents

Class SqlMaintenancePlan

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a maintenance plan.

public class SqlMaintenancePlan : BaseTypeSection, IComparable<SqlMaintenancePlan>
Inheritance
SqlMaintenancePlan
Implements

Constructors

SqlMaintenancePlan()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlMaintenancePlan class.

public SqlMaintenancePlan()

Properties

CreationDate

Gets or sets the date and time the maintenance plan was created.

public DateTime CreationDate { get; set; }

Property Value

DateTime

Description

Gets or sets the description of the maintenance plan.

public string Description { get; set; }

Property Value

string

Identifier

Gets or sets the unique identifier of the maintenance plan.

public Guid Identifier { get; set; }

Property Value

Guid

Name

Gets or sets the name of the maintenance plan.

public string Name { get; set; }

Property Value

string

Owner

Gets or sets the owner of the maintenance plan.

public string Owner { get; set; }

Property Value

string

Subplans

Gets or sets the subplans for this plan.

public SqlMaintenanceSubplans Subplans { get; set; }

Property Value

SqlMaintenanceSubplans

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.SqlMaintenancePlan cloned from this object.

public SqlMaintenancePlan Clone()

Returns

SqlMaintenancePlan

A CENTREL.XIA.Configuration.Types.SqlMaintenancePlan.

CompareTo(SqlMaintenancePlan)

Compares two CENTREL.XIA.Configuration.Types.SqlMaintenancePlan objects to allow sorting alphabetically by name.

public int CompareTo(SqlMaintenancePlan other)

Parameters

other SqlMaintenancePlan

The CENTREL.XIA.Configuration.Types.SqlMaintenancePlan to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.SqlMaintenancePlan objects.