Microsoft.SQLServer.Replication.Windows.PublisherMSSQL on Windows Replication: Publisher

Microsoft.SQLServer.Replication.Windows.Publisher (ClassType)

SQL Server on Windows Publisher is a SQL on Windows instance that makes data available to other locations through replication.

Knowledge Base article:

Summary

The Publisher is a database instance that makes data available to other locations through replication. The Publisher can have one or more publications, each defining a logically related set of objects and data to replicate.

Element properties:

Base ClassMicrosoft.SQLServer.Replication.Core.GenericPublisher
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc637dde9-2581-746d-1dab-0bb622fd7a51

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 the object. false 4000  False 
Microsoft.SQLServer.Replication.Core.GenericPublisher:
PublisherType  string  Publisher Type The type of the server false 256  False 
Distributor  string  Distributor The Distributor used by the publisher. false 256  False 
DistributorDatabaseName  string  Distribution Database The database at the distributor used by this Publisher false 256  False 
DefaultSnapshotFolder  string  Default Snapshot Folder A folder where snapshots of publications from this Publisher are stored false 260  False 
ServiceName  string  Service Name The name of the Service on performance counter false 256  False 
AgentServiceName  string  SQL Agent Service Name false 256  False 
ConnectionString  string  Connection String Full Name of MS SQL Server instance false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Windows.Publisher" Base="MSRL!Microsoft.SQLServer.Replication.Core.GenericPublisher" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false"/>