Microsoft.SQLServer.2016.AlwaysOn.AvailabilityGroupHealthMSSQL 2016: 可用性组运行状况

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

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

Knowledge Base article:

摘要

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

Element properties:

Base ClassMicrosoft.SQLServer.2016.Component
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdcaf75e95-b71c-5399-4daa-5c132562a24e

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.2016.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.2016.AlwaysOn.AvailabilityGroupHealth" Accessibility="Public" Abstract="false" Base="MicrosoftSQLServer2016Discovery!Microsoft.SQLServer.2016.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>