WorkloadManagementImportance Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |