Microsoft.SQLServer.Publication[사용되지 않음] SQL 게시

Microsoft.SQLServer.Publication (ClassType)

버전에 관계없이 모든 Microsoft SQL Server 게시입니다. 게시는 SQL Server 복제에 사용되는 구성 요소입니다. 이 관리 팩에서는 사용되지 않는 것으로 간주됩니다.

Knowledge Base article:

Summary

All Microsoft SQL Server 2005, 2008 and 2012 publications. Publication is a component used in SQL Server Replication; it is considered to be obsolete in this Management Pack.

Element properties:

Base ClassMicrosoft.SQLServer.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9a7dd59a-ff9b-57fa-4d54-66b48240d887

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.Publication:
PublicationID  int  게시 ID true 256   
Name  string  게시 이름 false 256  False 
IsActive  bool  활성 false 256   
Description  string  설명 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Publication" Accessibility="Public" Base="Microsoft.SQLServer.Component" Hosted="false" Abstract="true" Singleton="false">
<Property ID="PublicationID" Type="int" Key="true"/>
<Property ID="Name" Type="string"/>
<Property ID="IsActive" Type="bool"/>
<Property ID="Description" Type="string"/>
</ClassType>