Compartir a través de


IDTSPackage100.InteractiveMode Propiedad

Definición

Obtiene o establece un valor que indica si las tareas deberían mostrar los objetos de interfaz de usuario mientras se ejecutan.

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

Valor de propiedad

true si las tareas deben mostrar objetos de interfaz de usuario mientras se ejecutan; de lo contrario, false.

Atributos

Comentarios

Las interfaces Package y PackageNeutral implementan esta interfaz.

Se aplica a