Table of Contents

Class SqlInstanceHostsInformation

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

Represents the information for the host or hosts for the SQL instance. This only applies to on-premises installations of SQL Server.

public class SqlInstanceHostsInformation : BypassSection
Inheritance
SqlInstanceHostsInformation
Inherited Members

Constructors

SqlInstanceHostsInformation()

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

public SqlInstanceHostsInformation()

Properties

Items

Gets or sets the items in the collection.

public SqlInstanceHostInformationCollection Items { get; set; }

Property Value

SqlInstanceHostInformationCollection

Methods

FromXml(string)

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

public static SqlInstanceHostsInformation FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlInstanceHostsInformation

A CENTREL.XIA.Configuration.Types.SqlInstanceHostsInformation class.

ToString()

Returns the hosts information as a human readable string.

public override string ToString()

Returns

string

The hosts information as a human readable string.