Enumeração OSRunPriority
The OSRunPriority enumeration contains constant values that specify the levels of priority given to running the operating system.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)
Sintaxe
'Declaração
Public Enumeration OSRunPriority
'Uso
Dim instance As OSRunPriority
public enum OSRunPriority
public enum class OSRunPriority
type OSRunPriority
public enum OSRunPriority
Membros
Nome do membro | Descrição | |
---|---|---|
AboveNormal | The operating system runs with above-normal priority. | |
BelowNormal | The operating system runs with below-normal priority. | |
Idle | The operating system operations run when the processor is idle. | |
Normal | The operating system runs with normal priority. | |
TimeCritical | The operating system runs with the highest priority. |