Microsoft.SQLServer.Replication.Windows.SubscriptionMSSQL on Windows Replication: Subscription

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

SQL Server on Windows Subscription is a request for a copy of a publication to be delivered to a Subscriber.

Knowledge Base article:

Summary

A subscription is a request for a copy of a publication to be delivered to a Subscriber. The subscription defines what publication will be received, where, and when. There are two types of subscriptions: push and pull. For more information about push and pull subscriptions, see Subscribe to Publications.

Element properties:

Base ClassMicrosoft.SQLServer.Replication.Core.GenericSubscription
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde06e9145-2d9d-c6c7-d779-47174fb369c0

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.GenericSubscription:
SubscriptionName  string  Subscription Name Instance name: [SubscriptionName] true 256  False 
Type  string  Subscription Type false 256  False 
Publisher  string  Publisher The server instance where the publication originates. false 256  False 
Distributor  string  Distributor The Distributor used by the publisher. false 256  False 
PublicationDatabase  string  Publication Database The server instance where the publication originates. false 256  False 
PublicationName  string  Publication Name The publication name. [Just the name without the full pass as in the key property] false 256  False 
ReplicationType  string  Replication Type Type of replication false 256  False 
Subscriber  string  Subscriber The server instance that receives the subscription. false 256  False 
SubscriptionDatabase  string  Subscription Database The database that receives the subscription. false 256  False 
SubscriptionDescription  string  Subscription Description The description of the subscription. false 300  False 
UpdatableSubscription  bool  Updatable Subscription Determines whether Subscriber changes are replicated. false 256   
UseWindowsSynchronizationManager  bool  Use Windows Synchronization Manager Determines whether the subscription can be synchronized using Windows Synchronization Manager. false 256   

Health Model:

Source Code:

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