Partager via


OSRunPriority Enumeration

The OSRunPriority enumeration contains constant values that specify the levels of priority given to running the operating system.

Espace de noms: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Syntaxe

'Déclaration
Public Enumeration OSRunPriority
public enum OSRunPriority
public enum class OSRunPriority
public enum OSRunPriority
public enum OSRunPriority

Members

Member name Description
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.

Notes

The OSRunPriority enumeration class is served by the OSRunPriority property.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Management.Smo.Agent Namespace