Microsoft.SQLServer.PublisherSQL 게시자

Microsoft.SQLServer.Publisher (ClassType)

버전에 관계없이 모든 Microsoft SQL Server 게시자입니다. 게시자는 SQL Server 복제에 사용됩니다.

Element properties:

Base ClassMicrosoft.SQLServer.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf4b50183-7c2e-7ccc-53b0-669d604202da

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.SQLServer.Publisher:
Name  string  이름 true 256  False 
DistributionDB  string  배포 데이터베이스 false 256  False 
PublisherType  string  게시자 유형 false 256  False 
DataSource  string  데이터 원본 false 256  False 
WorkingDirectory  string  작업 디렉터리 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Publisher" Accessibility="Public" Base="Microsoft.SQLServer.Component" Hosted="false" Abstract="true" Singleton="false">
<Property ID="Name" Type="string" Key="true"/>
<Property ID="DistributionDB" Type="string"/>
<Property ID="PublisherType" Type="string"/>
<Property ID="DataSource" Type="string"/>
<Property ID="WorkingDirectory" Type="string"/>
</ClassType>