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