Class MicrosoftFailoverClusterSqlServerResourceProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the properties of a SQL Server resource in a Microsoft failover cluster.
public class MicrosoftFailoverClusterSqlServerResourceProperties : GlobalSerializableBase
- Inheritance
-
MicrosoftFailoverClusterSqlServerResourceProperties
Constructors
MicrosoftFailoverClusterSqlServerResourceProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSqlServerResourceProperties class.
public MicrosoftFailoverClusterSqlServerResourceProperties()
Properties
FullInstanceName
Gets the full instance name.
public string FullInstanceName { get; set; }
Property Value
InstanceName
Gets or sets the instance name.
public string InstanceName { get; set; }
Property Value
VirtualServerName
Gets or sets the virtual server name.
public string VirtualServerName { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSqlServerResourceProperties cloned from this object.
public MicrosoftFailoverClusterSqlServerResourceProperties Clone()
Returns
- MicrosoftFailoverClusterSqlServerResourceProperties
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterSqlServerResourceProperties.
ToString()
Returns the SQL Server resource properties as a human readable string.
public override string ToString()
Returns
- string
The SQL Server resource properties as a human readable string.