PackageClass.PackagePriorityClass Property

Definition

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

Property Value

DTSPriorityClass

The Win32 thread priority class of the package thread.

Implements

Remarks

For more information, see Package.

Applies to