Enum SqlAvailabilityReplicaConnectionModeInSecondaryRole
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The connection mode of an availability replica in a secondary role.
public enum SqlAvailabilityReplicaConnectionModeInSecondaryRole
Fields
AllowAllConnections = 3Allow all connections.
AllowNoConnections = 1No connections are allowed.
AllowReadIntentConnectionsOnly = 2Read-Intent Only.
Unknown = 0The connection mode is unknown.