Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The ResourceUsage enumeration contains values that specify the relative operating system execution priority setting for the Microsoft Search service.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration ResourceUsage
'Usage
Dim instance As ResourceUsage
public enum ResourceUsage
public enum class ResourceUsage
type ResourceUsage
public enum ResourceUsage
Members
| Member name | Description | |
|---|---|---|
| AboveNormal | AboveNormal = 4; | |
| Background | Background = 1; | |
| BelowNormal | BelowNormal = 2; | |
| Dedicated | Dedicated = 5; | |
| Normal | Normal = 3; | |
| Unknown | Unknown = 0 |
Remarks
The ResourceUsage enumeration class is served by the ResourceUsage property.