Microsoft.SQLServer.2016.AlwaysOn.AvailabilityReplicaMSSQL 2016: 가용성 복제본

Microsoft.SQLServer.2016.AlwaysOn.AvailabilityReplica (ClassType)

이 개체는 가용성 복제본 SMO 개체를 나타내며 ID 및 모니터링에 필요한 모든 속성을 포함합니다.

Knowledge Base article:

요약

이 개체는 가용성 복제본 SMO 개체를 나타내며 ID 및 모니터링에 필요한 모든 속성을 포함합니다.

Element properties:

Base ClassMicrosoft.SQLServer.2016.Component
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId849bdddd-4652-5774-7ccd-7ab72f56337f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.SQLServer.2016.AlwaysOn.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 
PerformanceObjectName  string  성능 카운터 개체 이름 false 256  False 

Health Model:

Source Code:

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