Table of Contents

Class SqlWorkloadGroups

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

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

public class SqlWorkloadGroups : BaseTypeSection
Inheritance
SqlWorkloadGroups

Constructors

SqlWorkloadGroups()

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

public SqlWorkloadGroups()

Properties

Items

Gets or sets the items in the collection.

public SqlWorkloadGroupCollection Items { get; set; }

Property Value

SqlWorkloadGroupCollection

Methods

FromXml(string)

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

public static SqlWorkloadGroups FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlWorkloadGroups

A CENTREL.XIA.Configuration.Types.SqlWorkloadGroups class.

ToString()

Returns the workload groups as a human readable string.

public override string ToString()

Returns

string

The workload groups as a human readable string.