Microsoft.SQLServer.Replication.Windows.SubscriberMSSQL on Windows Replication: Subscriber

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

SQL Server on Windows Subscriber is a SQL on Windows instance that receives replicated data.

Knowledge Base article:

Summary

A Subscriber is a database instance that receives replicated data. A Subscriber can receive data from multiple Publishers and publications. Depending on the type of replication chosen, the Subscriber can also pass data changes back to the Publisher, or republish the data to other Subscribers.

Element properties:

Base ClassMicrosoft.SQLServer.Replication.Core.GenericSubscriber
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0d269bb6-47d2-4756-93b1-dd3675f6bf44

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.GenericSubscriber:
ServiceName  string  Service Name 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.Subscriber" Base="MSRL!Microsoft.SQLServer.Replication.Core.GenericSubscriber" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false"/>