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 a value that indicates whether the failover mode of the current primary replica of the availability group is set to automatic failover.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property IsAutoFailover As Boolean
Get
'Uso
Dim instance As AvailabilityGroupState
Dim value As Boolean
value = instance.IsAutoFailover
public bool IsAutoFailover { get; }
public:
virtual property bool IsAutoFailover {
bool get () sealed;
}
abstract IsAutoFailover : bool
override IsAutoFailover : bool
final function get IsAutoFailover () : boolean
Valor de la propiedad
Tipo: System.Boolean
True if the failover mode of the current primary replica of the availability group is set to automatic failover; otherwise, false.
Implementa
IAvailabilityGroupState.IsAutoFailover