IDTSPackage100.PackagePriorityClass Property

Definition

Gets or sets the priority class of the package.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPriorityClass PackagePriorityClass { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPriorityClass get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPriorityClass value); };
[System.Runtime.InteropServices.DispId(44)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPriorityClass PackagePriorityClass { [System.Runtime.InteropServices.DispId(44)] get; [System.Runtime.InteropServices.DispId(44)] set; }
[<System.Runtime.InteropServices.DispId(44)>]
[<get: System.Runtime.InteropServices.DispId(44)>]
[<set: System.Runtime.InteropServices.DispId(44)>]
member this.PackagePriorityClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPriorityClass with get, set
Public Property PackagePriorityClass As DTSPriorityClass

Property Value

A value from the DTSPriorityClass enumeration.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to