Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets whether the High Availability/Disaster Recovery is enabled.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxis
'Declaración
Public ReadOnly Property IsHadrEnabled As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
True if the HA/DR id enabled; otherwise, false.