Microsoft.SQLServer.2008.Replication.SubscriberMSSQL 2008 Replication: Subscriber

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

SQL Server 2008 Subscriber is a SQL 2008 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
ElementId89c815e1-9ae7-47e1-0a65-d0d7efe9f71d

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.2008.Replication.Subscriber" Base="MSRL!Microsoft.SQLServer.Replication.Library.GenericSubscriber" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false"/>