Class SqlWorkloadGroupCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of workload groups.
public class SqlWorkloadGroupCollection : Collection<SqlWorkloadGroup>, IList<SqlWorkloadGroup>, ICollection<SqlWorkloadGroup>, IList, ICollection, IReadOnlyList<SqlWorkloadGroup>, IReadOnlyCollection<SqlWorkloadGroup>, IEnumerable<SqlWorkloadGroup>, IEnumerable
- Inheritance
-
SqlWorkloadGroupCollection
- Implements
- Inherited Members
Constructors
SqlWorkloadGroupCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlWorkloadGroupCollection class.
public SqlWorkloadGroupCollection()
Methods
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.SqlWorkloadGroup with the specified name, or null if no CENTREL.XIA.Configuration.Types.SqlWorkloadGroup with that name is found.
public SqlWorkloadGroup FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.SqlWorkloadGroup to locate.
Returns
- SqlWorkloadGroup
The CENTREL.XIA.Configuration.Types.SqlWorkloadGroup with the specified name.
Sort()
Sorts the values in the collection.
public void Sort()