The PackagePriorityClass property specifies the Microsoft® Win32® thread priority class of the Data Transformation Services (DTS) package process.
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 |
Read/write
HRESULT GetPackagePriorityClass(DTSPackagePriorityClass *pRetVal);
HRESULT SetPackagePriorityClass(DTSPackagePriorityClass NewValue);
PackagePriorityClass must be set to one of the DTSPackagePriorityClass values.