DTS Programming
RelativePriority Property
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.
Applies To
| Step Object | Step2 Object |
Syntax
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 |
Data Type
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetRelativePriority(DTSStepRelativePriority *pRetVal);
HRESULT SetRelativePriority(DTSStepRelativePriority NewValue);
Remarks
RelativePriority must be set to one of the DTSStepRelativePriority values.