OSRunPriority 열거형
The OSRunPriority enumeration contains constant values that specify the levels of priority given to running the operating system.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)
구문
‘선언
Public Enumeration OSRunPriority
‘사용 방법
Dim instance As OSRunPriority
public enum OSRunPriority
public enum class OSRunPriority
type OSRunPriority
public enum OSRunPriority
멤버
멤버 이름 | 설명 | |
---|---|---|
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. |
주의
The OSRunPriority enumeration class is served by the OSRunPriority property.