Microsoft.SQLServer.2016.AlwaysOn.AvailabilityGroupMSSQL 2016: 가용성 그룹

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

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

Knowledge Base article:

요약

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

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6b51dff8-ed5d-443e-4483-e1a3c1e9eb23

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.AvailabilityGroup:
UniqueId  guid  ID true 256   
PrimaryReplicaServerName  string  주 복제본 false 256  False 
ClusterName  string  클러스터 이름 false 256  False 
AutomatedBackupPreference  string  백업 기본 설정 false 256  False 
FailureConditionLevel  string  오류 상태 수준 false 256  False 
HealthCheckTimeout  int  상태 확인 제한 시간 false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2016.AlwaysOn.AvailabilityGroup" Accessibility="Public" Abstract="false" Base="System!System.Entity" Hosted="false" Singleton="false">
<Property ID="UniqueId" Type="guid" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="PrimaryReplicaServerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ClusterName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="AutomatedBackupPreference" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="FailureConditionLevel" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="HealthCheckTimeout" Type="int" Key="false"/>
</ClassType>