Microsoft.SQLServer.Replication.Core.VirtualSubscriberMSSQL: Generic Replication Virtual Subscriber

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

Virtual Subscriber.

Knowledge Base article:

Summary

Virtual Subscriber.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda5303691-f04e-532c-1628-b5e8669c4695

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.VirtualSubscriber:
MachineName  string  Machine Name true 256  False 
InstanceName  string  Instance Name true 256  False 
ServiceName  string  Service Name false 256  False 
AgentServiceName  string  SQL Agent Service Name false 256  False 
ConnectionString  string  Connection String false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Core.VirtualSubscriber" Base="System!System.Entity" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="MachineName" Type="string" Key="true"/>
<Property ID="InstanceName" Type="string" Key="true"/>
<Property ID="ServiceName" Type="string" Key="false"/>
<Property ID="AgentServiceName" Type="string" Key="false"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
</ClassType>