Enum AzureSqlDatabaseReplicationRole
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the role of an Azure SQL database replication partner.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureSqlDatabaseReplicationRole
Fields
Primary = 1
The partner is the primary database role.
Secondary = 2
The partner is the secondary database role.
Unknown = 0
The role is unknown.