AvailabilityReplicaOperationalState 열거형

정의

복제본에 있는 가용성 그룹의 모든 데이터베이스 복제본에 대한 클라이언트 요청을 처리할 준비가 된 복제본의 상태입니다.

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AvailabilityReplicaOperationalStateConverter))]
public enum AvailabilityReplicaOperationalState
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AvailabilityReplicaOperationalStateConverter))>]
type AvailabilityReplicaOperationalState = 
Public Enum AvailabilityReplicaOperationalState
상속
AvailabilityReplicaOperationalState
특성

필드

Name Description
PendingFailover 0

장애 조치(failover) 명령이 진행 중이므로 복제본이 클라이언트 요청을 받을 수 없습니다.

Pending 1

복제본이 주 역할로 전환 보류 중입니다. 이는 임시 상태입니다.

Online 2

복제본이 클라이언트 요청에 대해 준비되었습니다.

Offline 3

가용성 그룹에는 현재 주 복제본이 없으며 복제본은 클라이언트 요청을 받을 수 없습니다.

Failed 4

복제본이 Windows 클러스터와 통신할 수 없으므로 복제본은 클라이언트 요청을 받을 수 없습니다.

FailedNoQuorum 5

가용성 그룹이 쿼럼을 손실했으며 복제본은 클라이언트 요청을 받을 수 없습니다.

Unknown 6

이 복제본의 작동 상태를 알 수 없습니다. 가용성 복제본 개체는 원격 인스턴스를 나타냅니다.

적용 대상