Microsoft.SQLServer.Replication.Library.DatabaseHealth复制数据库运行状况

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

此类是一个动态应用程序,可用于将与单个发布服务器数据库链接的发布服务器、分发服务器和订阅服务器分组。

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 (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
Microsoft.SQLServer.Replication.Library.DatabaseHealth:
Name  string  名称 运行代理的实例的名称 true 256  False     
Publishers  string  发布服务器 受影响的实例列表 false 4000  False     
DistributionDatabases  string  分发数据库 分发服务器数据库列表 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>