Microsoft.SQLServer.PublisherSQL Publisher

Microsoft.SQLServer.Publisher (ClassType)

All Microsoft SQL Server publishers regardless of version. The publisher is used in SQL Server replication.

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 (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>