Table of Contents

Class SqlCredentials

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

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

public class SqlCredentials : BypassSection
Inheritance
SqlCredentials
Inherited Members

Constructors

SqlCredentials()

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

public SqlCredentials()

Properties

Items

Gets or sets the items in the collection.

public SqlCredentialCollection Items { get; set; }

Property Value

SqlCredentialCollection

Methods

FromXml(string)

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

public static SqlCredentials FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlCredentials

A CENTREL.XIA.Configuration.Types.SqlCredentials class.

ToString()

Returns the credentials as a human readable string.

public override string ToString()

Returns

string

The credentials as a human readable string.