IDTSPackage100.InteractiveMode Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique si les tâches doivent afficher des objets interface utilisateur lors de l'exécution.
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
Valeur de propriété
true si les tâches doivent afficher des objets d’interface utilisateur lors de l’exécution ; sinon, false.
- Attributs
Remarques
Cette interface est implémentée par les interfaces Package et PackageNeutral.