The RelativePriority property specifies the Microsoft® Win32® priority of a step’s thread within the priority class of the package process.
| Step Object |
object.RelativePriority [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list. |
| value | Win32 priority of a step’s thread |
RelativePriority must be set to one of the DTSStepRelativePriority values.
Read/write
HRESULT GetRelativePriority(DTSStepRelativePriority *pRetVal);
HRESULT SetRelativePriority(DTSStepRelativePriority NewValue);