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 (KOR) Description (KOR) 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>