IDTSContainer100.Disable プロパティ

定義

IDTSContainer100オブジェクトが無効化されているかどうかを示す値を取得または設定します。

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

プロパティ値

IDTSContainer100オブジェクトが無効化されている場合はtrue、そうでなければfalseとなります。

属性

注釈

詳細については、DtsContainerを参照してください。

適用対象