Microsoft.SQLServer.Publication[Deprecated] SQL Publication

Microsoft.SQLServer.Publication (ClassType)

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.

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
ElementIdefebf08d-17bc-4a9c-d15d-6c5d66fa3d61

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SQLServer.Publication:
PublicationID  int  Publication ID true 256   
Name  string  Publication Name false 256  False 
IsActive  bool  Active false 256   
Description  string  Description 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>