Microsoft.SQLServer.Replication.Core.VirtualPublisherMSSQL: 제네릭 복제 가상 게시자

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

가상 게시자입니다.

Knowledge Base article:

요약

가상 게시자입니다.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId125d03e9-a1f0-045a-287d-f62616347805

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.VirtualPublisher:
MachineName  string  컴퓨터 이름 true 256  False 
InstanceName  string  인스턴스 이름 true 256  False 
ServiceName  string  서비스 이름 false 256  False 
AgentServiceName  string  SQL 에이전트 서비스 이름 false 256  False 
PublisherType  string  게시자 유형 false 256  False 
Distributor  string  배포자 false 256  False 
DistributorDatabaseName  string  배포 데이터베이스 false 256  False 
DefaultSnapshotFolder  string  기본 스냅숏 폴더 false 260  False 
ConnectionString  string  연결 문자열 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Core.VirtualPublisher" Base="System!System.Entity" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="MachineName" Type="string" Key="true"/>
<Property ID="InstanceName" Type="string" Key="true"/>
<Property ID="ServiceName" Type="string" Key="false"/>
<Property ID="AgentServiceName" Type="string" Key="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="ConnectionString" Type="string" Key="false"/>
</ClassType>