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