IDTSPackage100.PackagePriorityClass Propriedade

Definição

Obtém ou define a classe de prioridade do pacote.

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

Valor da propriedade

Um valor da enumeração DTSPriorityClass.

Atributos

Comentários

Esta interface é implementada pelas interfaces Package e PackageNeutral.

Aplica-se a