Share via


PackageClass.PackagePriorityClass Property

Definition

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

Property Value

The Win32 thread priority class of the package thread.

Implements

Applies to