Microsoft.SQLServer.Replication.Core.DatabaseHealthMSSQL: Generic Replication Database Health

Microsoft.SQLServer.Replication.Core.DatabaseHealth (ClassType)

This class is a dynamic application used to group Publishers, distributors and Subscribers which are linked with a single Publisher database.

Knowledge Base article:

Summary

This class is a dynamic application used to group Publishers, distributors and Subscribers which are linked with a single Publisher database.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfdece049-6227-a3c4-0aec-cdf98fefb68b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Microsoft.SQLServer.Replication.Core.DatabaseHealth:
Name  string  Name The name of the instance which runs the agent true 256  False 
Publishers  string  Publishers List of Instances involved false 4000  False 
DistributionDatabases  string  Distribution Databases The list of distributor databases false 4000  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Core.DatabaseHealth" Base="System!System.Entity" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="Name" Type="string" Key="true"/>
<Property ID="Publishers" Type="string" Key="false" MaxLength="4000"/>
<Property ID="DistributionDatabases" Type="string" Key="false" MaxLength="4000"/>
</ClassType>