Expand Minimize
This topic has not yet been rated - Rate this topic

OSRunPriority Enumeration

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 (in Microsoft.SqlServer.SqlEnum.dll)
public enum OSRunPriority
Member nameDescription
AboveNormalThe operating system runs with above-normal priority.
BelowNormalThe operating system runs with below-normal priority.
IdleThe operating system operations run when the processor is idle.
NormalThe operating system runs with normal priority.
TimeCriticalThe operating system runs with the highest priority.

The OSRunPriority enumeration class is served by the OSRunPriority property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.