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.