IDTSProject100.OfflineMode 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 le projet est en mode hors connexion.
public:
property bool OfflineMode { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610678285)]
public bool OfflineMode { get; set; }
[<System.Runtime.InteropServices.DispId(1610678285)>]
member this.OfflineMode : bool with get, set
Public Property OfflineMode As Boolean
Valeur de propriété
True si le projet est en mode hors connexion ; sinon, false.
- Attributs