Service.IsHadrEnabled 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.
Détermine si la haute disponibilité/récupération d'urgence est activée.
public:
property bool IsHadrEnabled { bool get(); };
public bool IsHadrEnabled { get; }
member this.IsHadrEnabled : bool
Public ReadOnly Property IsHadrEnabled As Boolean
Valeur de propriété
True
si HA/DR est activé ; sinon, false
.