Microsoft.SQLServer.Replication.Core.DatabaseHealthMSSQL: 泛型複寫資料庫健全狀況

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

此類別為動態應用程式,可用以將與單一發行者資料庫連結的發行者、散發者以及訂閱者分組。

Knowledge Base article:

摘要

此類別為動態應用程式,可用以將與單一發行者資料庫連結的發行者、散發者以及訂閱者分組。

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False 
Microsoft.SQLServer.Replication.Core.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.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>