Table of Contents

Class SqlResourceGovernor

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

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

public class SqlResourceGovernor : BypassSection
Inheritance
SqlResourceGovernor
Inherited Members

Constructors

SqlResourceGovernor()

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

public SqlResourceGovernor()

Properties

ClassifierFunction

Gets or sets the classifier function name.

public string ClassifierFunction { get; set; }

Property Value

string

Enabled

Gets or sets whether the resource governor is enabled.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

ExternalResourcePools

Gets or sets the configured external resources pools. This only applies to SQL Server 2016 and above.

public SqlExternalResourcePools ExternalResourcePools { get; set; }

Property Value

SqlExternalResourcePools

ResourcePools

Gets or sets the configured resource pools.

public SqlResourcePools ResourcePools { get; set; }

Property Value

SqlResourcePools

Methods

ToString()

Returns the resource governor configuration as a human readable string.

public override string ToString()

Returns

string

The resource governor configuration as a human readable string.