Table of Contents

Class SqlResourcePools

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

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

public class SqlResourcePools : BaseTypeSection
Inheritance
SqlResourcePools

Constructors

SqlResourcePools()

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

public SqlResourcePools()

Properties

Items

Gets or sets the items in the collection.

public SqlResourcePoolCollection Items { get; set; }

Property Value

SqlResourcePoolCollection

Methods

FromXml(string)

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

public static SqlResourcePools FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlResourcePools

A CENTREL.XIA.Configuration.Types.SqlResourcePools class.

ToString()

Returns the resource pools as a human readable string.

public override string ToString()

Returns

string

The resource pools as a human readable string.