IDTSPackage100.InteractiveMode Proprietà

Definizione

Ottiene o imposta un valore che indica se le attività devono visualizzare oggetti dell'interfaccia utente durante l'esecuzione.

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

Valore della proprietà

true se le attività devono visualizzare gli oggetti dell'interfaccia utente durante l'esecuzione; in caso contrario, false.

Attributi

Commenti

Questa interfaccia viene implementata dalle interfacce Package e PackageNeutral.

Si applica a