Table of Contents

Class MicrosoftFailoverClusterSqlServerResource

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

Represents a SQL server resource in a Microsoft failover cluster.

public class MicrosoftFailoverClusterSqlServerResource : MicrosoftFailoverClusterResourceBase, IComparable<MicrosoftFailoverClusterResourceBase>
Inheritance
MicrosoftFailoverClusterSqlServerResource
Implements
Inherited Members

Constructors

MicrosoftFailoverClusterSqlServerResource()

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

public MicrosoftFailoverClusterSqlServerResource()

Properties

Properties

Gets or sets the SQL Server resource properties.

public MicrosoftFailoverClusterSqlServerResourceProperties Properties { get; set; }

Property Value

MicrosoftFailoverClusterSqlServerResourceProperties

Methods

Clone()

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

public MicrosoftFailoverClusterSqlServerResource Clone()

Returns

MicrosoftFailoverClusterSqlServerResource

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSqlServerResource.

ToString()

Returns the resource as a human readable string.

public override string ToString()

Returns

string

The resource as a human readable string.