DTSStepRelativePriority constants specify the Microsoft® Win32® thread priority to be used when a step is executed.
Constant | Value | Description |
---|---|---|
DTSStepRelativePriority_AboveNormal | 4 | Above normal thread priority |
DTSStepRelativePriority_BelowNormal | 2 | Below normal thread priority |
DTSStepRelativePriority_Highest | 5 | Highest thread priority |
DTSStepRelativePriority_Lowest | 1 | Lowest thread priority |
DTSStepRelativePriority_Normal | 3 | Normal thread priority |