IDTSPackage100.EnableConfigurations プロパティ

定義

パッケージが設定を読み込むかどうかを示す値を取得または設定します。

public:
 property bool EnableConfigurations { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(52)]
public bool EnableConfigurations { [System.Runtime.InteropServices.DispId(52)] get; [System.Runtime.InteropServices.DispId(52)] set; }
[<System.Runtime.InteropServices.DispId(52)>]
[<get: System.Runtime.InteropServices.DispId(52)>]
[<set: System.Runtime.InteropServices.DispId(52)>]
member this.EnableConfigurations : bool with get, set
Public Property EnableConfigurations As Boolean

プロパティ値

パッケージが設定を読み込む場合はtrueです。そうでなければ、誤りです。

属性

注釈

このインターフェースは Package インターフェースと PackageNeutral インターフェースによって実装されます。

適用対象