PackagePriorityClass Property

DTS Programming

DTS Programming

PackagePriorityClass Property

The PackagePriorityClass property specifies the Microsoft® Win32® thread priority class of the Data Transformation Services (DTS) package process.

Applies To
Package Object Package2 Object
Syntax

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

Data Type

DTSPackagePriorityClass

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetPackagePriorityClass(DTSPackagePriorityClass *pRetVal);

HRESULT SetPackagePriorityClass(DTSPackagePriorityClass NewValue);

Remarks

PackagePriorityClass must be set to one of the DTSPackagePriorityClass values.

See Also

RelativePriority Property