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 (CHS) Description (CHS) 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>