Table of Contents

Class SqlServerRoles

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

Represents the server roles for a SQL instance.

public class SqlServerRoles : BypassSection
Inheritance
SqlServerRoles
Inherited Members

Constructors

SqlServerRoles()

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

public SqlServerRoles()

Properties

Items

Gets or sets the items in the collection.

public SqlServerRoleCollection Items { get; set; }

Property Value

SqlServerRoleCollection

Methods

FromXml(string)

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

public static SqlServerRoles FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlServerRoles

A CENTREL.XIA.Configuration.Types.SqlServerRoles class.

ToString()

Returns the server roles as a human readable string.

public override string ToString()

Returns

string

The server roles as a human readable string.