Table of Contents

Class SqlEndpoints

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

Represents the endpoints for a SQL instance. This only applies to on-premises installations of SQL Server.

public class SqlEndpoints : BypassSection
Inheritance
SqlEndpoints
Inherited Members

Constructors

SqlEndpoints()

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

public SqlEndpoints()

Properties

Items

Gets or sets the items in the collection.

public SqlEndpointCollection Items { get; set; }

Property Value

SqlEndpointCollection

Methods

FromXml(string)

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

public static SqlEndpoints FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlEndpoints

A CENTREL.XIA.Configuration.Types.SqlEndpoints class.

ToString()

Returns the endpoints as a human readable string.

public override string ToString()

Returns

string

The endpoints as a human readable string.