Microsoft.SQLServer.Replication.Core.GenericSubscriberMSSQL: Generic Replication Subscriber

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

Basic collection of common Subscriber properties.

Knowledge Base article:

Summary

Basic collection of common Subscriber properties.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId820ddd56-b728-c572-dc57-ede381c0d5be

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.Core.GenericSubscriber" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="ServiceName" Type="string" Key="false"/>
<Property ID="AgentServiceName" Type="string" Key="false"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
</ClassType>