Share via


WorkloadManagementImportance Enum

Definition

Specifies the default importance of a request for the workload group. A user can also set importance at the classifier level, which can override the workload group importance setting.

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.WorkloadManagementImportanceConverter))]
public enum WorkloadManagementImportance
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.WorkloadManagementImportanceConverter))>]
type WorkloadManagementImportance = 
Public Enum WorkloadManagementImportance
Inheritance
WorkloadManagementImportance
Attributes

Fields

Name Value Description
Low 0

Importance for workload management object is Low

BelowNormal 1

Importance for workload management object is Below Normal

Normal 2

Importance for workload management object is Normal (default)

AboveNormal 3

Importance for workload management object is Above Normal

High 4

Importance for workload management object is High

Applies to