Microsoft.SQLServer.2016.AlwaysOn.AvailabilityGroupMSSQL 2016: 可用性群組

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

此物件代表可用性群組 SMO 物件,並包含進行識別與監視所需的所有屬性。

Knowledge Base article:

摘要

此物件代表可用性群組 SMO 物件,並包含進行識別與監視所需的所有屬性。

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.SQLServer.2016.AlwaysOn.AvailabilityGroup:
UniqueId  guid  識別碼 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>