Microsoft.SQLServer.Replication.Library.DatabaseHealthReplication Database Health

Microsoft.SQLServer.Replication.Library.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 ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda8fb7b71-37de-1ae3-d333-abc1002cd204

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SQLServer.Replication.Library.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.Library.DatabaseHealth" Base="Windows!Microsoft.Windows.ApplicationComponent" 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>