Table of Contents

Class SqlAvailabilityReplicas

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

Represents a replica for an availability group. This only applies to on-premises installations of SQL Server 2012 and above.

public class SqlAvailabilityReplicas : BaseTypeSection
Inheritance
SqlAvailabilityReplicas

Constructors

SqlAvailabilityReplicas()

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

public SqlAvailabilityReplicas()

Properties

Items

Gets or sets the items in the collection.

public SqlAvailabilityReplicaCollection Items { get; set; }

Property Value

SqlAvailabilityReplicaCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.SqlAvailabilityReplicas class from the specified XML.

public static SqlAvailabilityReplicas FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlAvailabilityReplicas

A CENTREL.XIA.Configuration.Types.SqlAvailabilityReplicas class.

ToString()

Returns the replicas as a human readable string.

public override string ToString()

Returns

string

The replicas as a human readable string.