Microsoft.SQLServer.2016.Replication.SubscriberMSSQL 2016 Replication: Subscriber

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

SQL Server 2016 Subscriber is a SQL 2016 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.Library.GenericSubscriber
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf2bd465b-b28c-0b0b-7f55-e81008aadb48

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SQLServer.Replication.Library.GenericSubscriber:
InstanceName  string  Instance Name The name of the instance which runs the agent true 256  False     
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.2016.Replication.Subscriber" Base="MSRL!Microsoft.SQLServer.Replication.Library.GenericSubscriber" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false"/>