Microsoft.SQLServer.Core.AvailabilityGroupSQL Server 가용성 그룹

Microsoft.SQLServer.Core.AvailabilityGroup (ClassType)

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

Knowledge Base article:

요약

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

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbc80a646-c8cf-53ad-fc7e-b32ee971fe2d

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

Health Model:

Source Code:

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