Microsoft.SQLServer.Publisher[Deprecated] SQL Publisher

Microsoft.SQLServer.Publisher (ClassType)

All Microsoft SQL Server 2005, 2008 and 2012 publishers. Publisher 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 publishers. Publisher 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
ElementIdd35896a2-3658-1803-e8b5-a6858fcbb214

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.Publisher:
Name  string  Name true 256  False 
DistributionDB  string  Distribution Database false 256  False 
PublisherType  string  Publisher Type false 256  False 
DataSource  string  Data Source false 256  False 
WorkingDirectory  string  Working Directory 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>