Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public enum AvailabilityReplicaConnectionModeInSecondaryRole
Member nameDescription
AllowNoConnectionsThe availability replica in secondary role will not allow any connections.
AllowReadIntentConnectionsOnlyThe availability replica in secondary role will allow only read-intent connections.
AllowAllConnectionsThe availability replica in secondary role will allow all connections.
UnknownThe connection in the availability replica is unknown.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.