Share via


PackageRemote32Class.PackagePriorityClass Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Property PackagePriorityClass As DTSPriorityClass 
    Get 
    Set
'Usage
Dim instance As PackageRemote32Class 
Dim value As DTSPriorityClass 

value = instance.PackagePriorityClass

instance.PackagePriorityClass = value
public virtual DTSPriorityClass PackagePriorityClass { get; set; }
public:
virtual property DTSPriorityClass PackagePriorityClass {
    DTSPriorityClass get ();
    void set (DTSPriorityClass value);
}
abstract PackagePriorityClass : DTSPriorityClass with get, set 
override PackagePriorityClass : DTSPriorityClass with get, set
function get PackagePriorityClass () : DTSPriorityClass 
function set PackagePriorityClass (value : DTSPriorityClass)

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPriorityClass
The Win32 thread priority class of the package thread.

Implements

IDTSPackage100.PackagePriorityClass

See Also

Reference

PackageRemote32Class Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace