Microsoft.SQLServer.Core.AvailabilityGroupSQL Server 可用性群組

Microsoft.SQLServer.Core.AvailabilityGroup (ClassType)

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

Knowledge Base article:

摘要

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

Element properties:

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

Class Hierarchy:

Class Properties:

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