Microsoft.SQLServer.2016.AlwaysOn.DatabaseReplicaMSSQL 2016: 데이터베이스 복제본

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

데이터베이스 복제본 상태 SMO 개체를 나타냅니다.

Element properties:

Base ClassMicrosoft.SQLServer.2016.Component
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId653031fd-a60a-f1f7-170d-34faf6babf7b

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.DatabaseReplica:
Name  string  이름 true 256  False 
AvailabilityDatabaseName  string  가용성 데이터베이스 이름 false 256  False 
AvailabilityDatabaseId  guid  가용성 데이터베이스 ID false 256   
AvailabilityGroupName  string  가용성 그룹 이름 false 256  False 
AvailabilityGroupId  guid  가용성 그룹 ID false 256   
AvailabilityReplicaServerName  string  가용성 복제본 서버 이름 false 256  False 
AvailabilityReplicaId  guid  가용성 복제본 이름 false 256   
DatabaseId  int  데이터베이스 ID false 256   
IsFailoverReady  bool  장애 조치(Failover) 준비 false 256   
IsJoined  bool  조인됨 false 256   
IsSuspended  bool  일시 중지됨 false 256   
SuspendReason  string  일시 중지 원인 false 256  False 
PerformanceObjectName  string  성능 카운터 개체 이름 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2016.AlwaysOn.DatabaseReplica" Accessibility="Public" Abstract="false" Base="MicrosoftSQLServer2016Discovery!Microsoft.SQLServer.2016.Component" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256"/>
<Property ID="AvailabilityDatabaseName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="AvailabilityDatabaseId" Type="guid" Key="false"/>
<Property ID="AvailabilityGroupName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="AvailabilityGroupId" Type="guid" Key="false"/>
<Property ID="AvailabilityReplicaServerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="AvailabilityReplicaId" Type="guid" Key="false"/>
<Property ID="DatabaseId" Type="int" Key="false"/>
<Property ID="IsFailoverReady" Type="bool" Key="false"/>
<Property ID="IsJoined" Type="bool" Key="false"/>
<Property ID="IsSuspended" Type="bool" Key="false"/>
<Property ID="SuspendReason" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="PerformanceObjectName" Type="string" Key="false" CaseSensitive="false" Length="256"/>
</ClassType>