PackagePriorityClass Property (DTS)

The PackagePriorityClass property specifies the Microsoft® Win32® thread priority class of the package process.

Applies To
Package 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

Remarks

PackagePriorityClass must be set to one of the DTSPackagePriorityClass values.

Data Type

DTSPackagePriorityClass

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetPackagePriorityClass(DTSPackagePriorityClass *pRetVal);

HRESULT SetPackagePriorityClass(DTSPackagePriorityClass NewValue);

See Also

RelativePriority Property

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.