RelativePriority Property (DTS)

The RelativePriority property specifies the Microsoft® Win32® priority of a step’s thread within the priority class of the package process.

Applies To
Step Object  

Syntax

object.RelativePriority [= value]

Part Description
object Expression that evaluates to an object in the Applies To list.
value Win32 priority of a step’s thread

RelativePriority must be set to one of the DTSStepRelativePriority values.

Data Type

DTSStepRelativePriority

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetRelativePriority(DTSStepRelativePriority *pRetVal);

HRESULT SetRelativePriority(DTSStepRelativePriority NewValue);

See Also

PackagePriorityClass Property

  


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