IDTSPackage100.InteractiveMode Propriedade

Definição

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 da propriedade

Verdade se as tarefas devem mostrar objetos da interface do usuário durante a execução; caso contrário, falso.

Atributos

Comentários

Essa interface é implementada pelas Package interfaces e PackageNeutral .

Aplica-se a