Microsoft.SQLServer.Replication.Core.GenericPublisherMSSQL: 제네릭 복제 게시자

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

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

Knowledge Base article:

요약

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

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda0ca22f2-f517-3bbd-7173-9fc65a3af04a

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.GenericPublisher:
PublisherType  string  게시자 유형 서버의 유형 false 256  False 
Distributor  string  배포자 게시자가 사용하는 배포자입니다. false 256  False 
DistributorDatabaseName  string  배포 데이터베이스 이 게시자가 사용하는 배포자의 데이터베이스 false 256  False 
DefaultSnapshotFolder  string  기본 스냅숏 폴더 이 게시자의 게시 스냅숏이 저장되는 폴더입니다. false 260  False 
ServiceName  string  서비스 이름 성능 카운터의 서비스 이름 false 256  False 
AgentServiceName  string  SQL 에이전트 서비스 이름 false 256  False 
ConnectionString  string  연결 문자열 MS SQL Server 인스턴스의 전체 이름 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Core.GenericPublisher" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="PublisherType" Type="string" Key="false"/>
<Property ID="Distributor" Type="string" Key="false"/>
<Property ID="DistributorDatabaseName" Type="string" Key="false"/>
<Property ID="DefaultSnapshotFolder" Type="string" Key="false" MaxLength="260"/>
<Property ID="ServiceName" Type="string" Key="false"/>
<Property ID="AgentServiceName" Type="string" Key="false"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
</ClassType>