Table of Contents

Class SqlServerRoleCollection

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

Represents a collection of SQL server roles.

public class SqlServerRoleCollection : Collection<SqlServerRole>, IList<SqlServerRole>, ICollection<SqlServerRole>, IList, ICollection, IReadOnlyList<SqlServerRole>, IReadOnlyCollection<SqlServerRole>, IEnumerable<SqlServerRole>, IEnumerable
Inheritance
SqlServerRoleCollection
Implements
Inherited Members

Constructors

SqlServerRoleCollection()

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

public SqlServerRoleCollection()

Methods

FindByName(string)

Returns the CENTREL.XIA.Configuration.Types.SqlServerRole with the specified name, or null if no CENTREL.XIA.Configuration.Types.SqlServerRole with that name is found.

public SqlServerRole FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.SqlServerRole to locate.

Returns

SqlServerRole

The CENTREL.XIA.Configuration.Types.SqlServerRole with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()