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。

属性

注解

此接口由 PackagePackageNeutral 接口实现。

适用于