Share via


IDTSPackage100.PackagePriorityClass プロパティ

定義

パッケージの優先度クラスを取得します。値の設定も可能です。

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

プロパティ値

DTSPriorityClass 列挙体の値。

属性

注釈

このインターフェイスは、Package インターフェイスおよび PackageNeutral インターフェイスで実装されます。

適用対象