Share via


IDTSPackage100.InteractiveMode プロパティ

定義

実行中にタスクがユーザー インターフェイス オブジェクトを表示する必要があるかどうかを示す値を取得します。値の設定も可能です。

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

プロパティ値

実行中にタスクでユーザー インターフェイス オブジェクトを表示する必要がある場合は true。それ以外の場合は false。

属性

注釈

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

適用対象