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 a value that indicates whether the failover mode of the current primary replica of the availability group is set to automatic failover.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsAutoFailover As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
True if the failover mode of the current primary replica of the availability group is set to automatic failover; otherwise, false.
Implémente
IAvailabilityGroupState.IsAutoFailover