PackageRemote64Class.PackagePriorityClass Property

Definition

Gets or sets the Win32 thread priority class of the package thread.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPriorityClass PackagePriorityClass { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPriorityClass get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPriorityClass value); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPriorityClass PackagePriorityClass { get; set; }
member this.PackagePriorityClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPriorityClass with get, set
Public Overridable Property PackagePriorityClass As DTSPriorityClass

Property Value

A value from the DTSPriorityClass enumeration.

Implements

Applies to