The PackagePriorityClass property specifies the Microsoft® Win32® thread priority class of the package process.
| Package Object |
object.PackagePriorityClass [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Win32 thread priority class of the package process |
PackagePriorityClass must be set to one of the DTSPackagePriorityClass values.
Read/write
HRESULT GetPackagePriorityClass(DTSPackagePriorityClass *pRetVal);
HRESULT SetPackagePriorityClass(DTSPackagePriorityClass NewValue);