Microsoft.SQLServer.2014.AlwaysOn.AvailabilityGroupHealth可用性组运行状况

Microsoft.SQLServer.2014.AlwaysOn.AvailabilityGroupHealth (ClassType)

一个隐藏对象,用于汇总从代理到可用性组级别的运行状况。

Knowledge Base article:

摘要

一个隐藏对象,用于汇总从代理到可用性组级别的运行状况。

Element properties:

Base ClassMicrosoft.SQLServer.2014.Component
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId973314cf-5da8-bd14-32eb-04a1df4cdd92

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.SQLServer.2014.AlwaysOn.AvailabilityGroupHealth:
UniqueId  guid  唯一 ID true 256   
InstanceName  string  实例名称 false 256  False 
AvailabilityGroupName  string  可用性组名称 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2014.AlwaysOn.AvailabilityGroupHealth" Accessibility="Public" Abstract="false" Base="MicrosoftSQLServer2014Discovery!Microsoft.SQLServer.2014.Component" Hosted="true" Singleton="false">
<Property ID="UniqueId" Type="guid" Key="true"/>
<Property ID="InstanceName" Type="string" Key="false" CaseSensitive="false" Length="256"/>
<Property ID="AvailabilityGroupName" Type="string" Key="false" CaseSensitive="false" Length="256"/>
</ClassType>