Table of Contents

Enum SqlAvailabilityReplicaFailoverMode

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The failover mode of an availability replica.

public enum SqlAvailabilityReplicaFailoverMode

Fields

Automatic = 1

The failover mode is automatic

External = 3

The failover mode is external. This is only applicable to the external cluster type.

Manual = 2

The failover mode is manual.

Unknown = 0

The failover mode is unknown.