Microsoft.SQLServer.Core.AvailabilityReplica일반 SQL Server 가용성 복제본

Microsoft.SQLServer.Core.AvailabilityReplica (ClassType)

일반 SQL Server 가용성 복제본입니다.

Knowledge Base article:

요약

일반 SQL Server 가용성 복제본입니다.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb5ec91f4-7f5b-18a5-7b0a-ff5712b17b2a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False 
Microsoft.SQLServer.Core.AvailabilityReplica:
Role  string  역할 false 256  False 
UniqueId  guid  ID true 256   
BackupPriority  int  백업 우선 순위 false 256   
FailoverMode  string  장애 조치(Failover) 모드 false 256  False 
AvailabilityMode  string  가용성 모드 false 256  False 
ConnectionState  string  연결 상태 false 256  False 
ConnectionModeInPrimaryRole  string  주 연결 모드 false 256  False 
ConnectionModeInSecondaryRole  string  보조 연결 모드 false 256  False 
EndpointUrl  string  끝점 URL false 256  False 
OperationalState  string  작동 상태 false 256  False 
AvailabilityGroupUniqueId  guid  가용성 그룹 ID false 256   
AvailabilityGroupName  string  가용성 그룹 이름 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Core.AvailabilityReplica" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="Role" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="UniqueId" Type="guid" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="BackupPriority" Type="int" Key="false"/>
<Property ID="FailoverMode" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="AvailabilityMode" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="ConnectionState" Type="string" Key="false" CaseSensitive="false" MaxLength="256"/>
<Property ID="ConnectionModeInPrimaryRole" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="ConnectionModeInSecondaryRole" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="EndpointUrl" Type="string" Key="false" CaseSensitive="false" MaxLength="256"/>
<Property ID="OperationalState" Type="string" Key="false" CaseSensitive="false" MaxLength="256"/>
<Property ID="AvailabilityGroupUniqueId" Type="guid" Key="false" CaseSensitive="false"/>
<Property ID="AvailabilityGroupName" Type="string" Key="false" CaseSensitive="false"/>
</ClassType>