Enum AzureSqlServerFailoverGroupReplicationRole
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the role of the server in the failover group.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureSqlServerFailoverGroupReplicationRole
Fields
Primary = 1
The replication role is primary.
Secondary = 2
The replication role is secondary.
Unknown = 0
The replication role is unknown.