Table of Contents

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 = 3

Allow all connections.

AllowNoConnections = 1

No connections are allowed.

AllowReadIntentConnectionsOnly = 2

Read-Intent Only.

Unknown = 0

The connection mode is unknown.