DTSPriorityClass Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Describes the priority of a thread in a class.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| 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 and AboveNormal priority, and before those with BelowNormal and 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. |
Show: