DTSPriorityClass 열거형
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Describes the priority of a thread in a class.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
Public Enumeration DTSPriorityClass
‘사용 방법
Dim instance As DTSPriorityClass
public enum DTSPriorityClass
public enum class DTSPriorityClass
type DTSPriorityClass
public enum DTSPriorityClass
멤버
멤버 이름 | 설명 | |
---|---|---|
DTSPC_ABOVE_NORMAL | The thread is scheduled after threads with Default priority and before those with Normal priority. | |
DTSPC_BELOW_NORMAL | The thread is scheduled after threads with Default, AboveNormal, and Normal priority and before those with Lowest priority. | |
DTSPC_DEFAULT | The thread is scheduled before threads with any other priority. This is the highest thread priority. | |
DTSPC_IDLE | This thread is scheduled after threads with any other priority. | |
DTSPC_NORMAL | The thread is scheduled after threads with Default and AboveNormal priority, and before those with BelowNormal and Lowest priority. |
주의
For more information, see DTSPriorityClass.