Microsoft.SQLServer.Replication.Core.GenericSubscriptionMSSQL: Generic Replication Subscription

Microsoft.SQLServer.Replication.Core.GenericSubscription (ClassType)

Generic Subscription.

Knowledge Base article:

Summary

Generic Subscription.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId124c654b-4a50-bc2e-e0bc-4c9458aaa0b4

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.Core.GenericSubscription" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="SubscriptionName" Type="string" Key="true"/>
<Property ID="Type" Type="string" Key="false"/>
<Property ID="Publisher" Type="string" Key="false"/>
<Property ID="Distributor" Type="string" Key="false"/>
<Property ID="PublicationDatabase" Type="string" Key="false"/>
<Property ID="PublicationName" Type="string" Key="false"/>
<Property ID="ReplicationType" Type="string" Key="false"/>
<Property ID="Subscriber" Type="string" Key="false"/>
<Property ID="SubscriptionDatabase" Type="string" Key="false"/>
<Property ID="SubscriptionDescription" Type="string" Key="false" MaxLength="300"/>
<Property ID="UpdatableSubscription" Type="bool" Key="false"/>
<Property ID="UseWindowsSynchronizationManager" Type="bool" Key="false"/>
</ClassType>