Table of Contents

Class SqlProxyAccounts

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

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

public class SqlProxyAccounts : BypassSection
Inheritance
SqlProxyAccounts
Inherited Members

Constructors

SqlProxyAccounts()

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

public SqlProxyAccounts()

Properties

Items

Gets or sets the items in the collection.

public SqlProxyAccountCollection Items { get; set; }

Property Value

SqlProxyAccountCollection

Methods

FromXml(string)

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

public static SqlProxyAccounts FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlProxyAccounts

A CENTREL.XIA.Configuration.Types.SqlProxyAccounts class.

ToString()

Returns the proxy accounts as a human readable string.

public override string ToString()

Returns

string

The proxy accounts as a human readable string.