IDTSPackage100.InteractiveMode Property

Definition

Gets or sets a value that indicates whether tasks should show user interface objects while executing.

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

Property Value

true if tasks should show user interface objects while executing; otherwise, false.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to