AvailabilityReplicaOperationalState 열거형

Specifies the state of the replica's readiness to process client requests for all databases replicas in the availability group residing on it.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)

구문

‘선언
Public Enumeration AvailabilityReplicaOperationalState
‘사용 방법
Dim instance As AvailabilityReplicaOperationalState
public enum AvailabilityReplicaOperationalState
public enum class AvailabilityReplicaOperationalState
type AvailabilityReplicaOperationalState
public enum AvailabilityReplicaOperationalState

멤버

멤버 이름 설명
Failed The replica is unable to communicate with the Windows cluster, the replica cannot receive client requests.
FailedNoQuorum The availability group has lost quorum, the replica cannot receive client requests.
Offline The availability group currently has no primary, the replica cannot receive client requests.
Online The replica is ready to client requests.
Pending The replica is pending a switch to primary role. This is a transient state.
PendingFailover A failover command is in progress, the replica cannot receive client requests.
Unknown The operational state of this replica is unknown, the availability replica object referes to a remote instance.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스