AvailabilityReplicaConnectionModeInSecondaryRole Enumeration
Specifies the connection modes of an Availability Replica in secondary role.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| AllowAllConnections | The availability replica in secondary role will allow all connections. | |
| AllowNoConnections | The availability replica in secondary role will not allow any connections. | |
| AllowReadIntentConnectionsOnly | The availability replica in secondary role will allow only read-intent connections. | |
| Unknown | The connection in the availability replica is unknown. |
Show: