ResourceUsage Enumeration
The ResourceUsage enumeration contains values that specify the relative operating system execution priority setting for the Microsoft Search service.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| AboveNormal | AboveNormal = 4; | |
| Background | Background = 1; | |
| BelowNormal | BelowNormal = 2; | |
| Dedicated | Dedicated = 5; | |
| Normal | Normal = 3; | |
| Unknown | Unknown = 0 |
The ResourceUsage enumeration class is served by the ResourceUsage property.
Show: