Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets whether the High Availability/Disaster Recovery is enabled.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsHadrEnabled As Boolean
Get
'Utilisation
Dim instance As Service
Dim value As Boolean
value = instance.IsHadrEnabled
public bool IsHadrEnabled { get; }
public:
property bool IsHadrEnabled {
bool get ();
}
member IsHadrEnabled : bool
function get IsHadrEnabled () : boolean
Valeur de propriété
Type : System.Boolean
True if the HA/DR id enabled; otherwise, false.