Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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.