Table of Contents

Class SqlExternalResourcePools

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

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

public class SqlExternalResourcePools : BypassSection
Inheritance
SqlExternalResourcePools
Inherited Members

Constructors

SqlExternalResourcePools()

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

public SqlExternalResourcePools()

Properties

Items

Gets or sets the items in the collection.

public SqlExternalResourcePoolCollection Items { get; set; }

Property Value

SqlExternalResourcePoolCollection

Methods

FromXml(string)

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

public static SqlExternalResourcePools FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlExternalResourcePools

A CENTREL.XIA.Configuration.Types.SqlExternalResourcePools class.

ToString()

Returns the external resource pools as a human readable string.

public override string ToString()

Returns

string

The external resource pools as a human readable string.