Microsoft.SQLServer.Replication.Core.GenericDistributorMSSQL: 제네릭 복제 배포자

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

모든 버전의 배포자에 대한 기본 공용 속성 컬렉션입니다.

Knowledge Base article:

요약

모든 버전의 배포자에 대한 기본 공용 속성 컬렉션입니다.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb8197343-7561-4d53-d049-8a34188f2cd4

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.GenericDistributor:
Publishers  string  게시자 관련된 인스턴스 목록 false 4000  False 
DistributionDatabases  string  배포 데이터베이스 배포자 데이터베이스 목록 false 4000  False 
ServiceName  string  서비스 이름 false 256  False 
AgentServiceName  string  SQL 에이전트 서비스 이름 false 256  False 
ConnectionString  string  연결 문자열 MS SQL Server 인스턴스의 전체 이름 false 256  False 
PerformanceCounterObject  string  성능 카운터 개체 SQL Server 인스턴스에 대한 성능 모니터 개체 이름 false 256  False 

Health Model:

Source Code:

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