IDTSPackage100.PackagePriorityClass Property

Definition

public:
 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); };
[System.Runtime.InteropServices.DispId(44)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.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.Sql2012.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