AvailabilityReplicaConnectionModeInSecondaryRole-Enumeration
SQL Server 2012
Specifies the connection modes of an Availability Replica in secondary role.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Elementname | Beschreibung | |
|---|---|---|
| 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. | |
| AllowAllConnections | The availability replica in secondary role will allow all connections. | |
| Unknown | The connection in the availability replica is unknown. |