AvailabilityReplicaFailoverMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Failover modes of Availability Replica
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AvailabilityReplicaFailoverModeConverter))]
public enum AvailabilityReplicaFailoverMode
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AvailabilityReplicaFailoverModeConverter))>]
type AvailabilityReplicaFailoverMode =
Public Enum AvailabilityReplicaFailoverMode
- Inheritance
-
AvailabilityReplicaFailoverMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Automatic | 0 | The failover mode is automatic |
Manual | 1 | The failover mode is manual |
External | 2 | The failover mode is external, this is only applicable to External cluster type. |
Unknown | 3 | The failover mode is unknown. The replica may not be able to communicate with the cluster or quorum may not be set across the Windows Server Failover Cluster. |