Microsoft.SQLServer.2017.Replication.Library.VirtualDistributorMSSQL 2017: Generic Replication Virtual Distributor

Microsoft.SQLServer.2017.Replication.Library.VirtualDistributor (ClassType)

Virtual Distributor.

Knowledge Base article:

Summary

Virtual Distributor.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6648ef5f-01da-cfcc-2adb-737bfad98f72

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.2017.Replication.Library.VirtualDistributor:
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 
Publishers  string  Publishers false 4000  False 
DistributionDatabases  string  Distribution Databases false 4000  False 
ConnectionString  string  Connection String false 256  False 
PerformanceCounterObject  string  Performance Counter Object false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2017.Replication.Library.VirtualDistributor" 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="Publishers" Type="string" Key="false" MaxLength="4000"/>
<Property ID="DistributionDatabases" Type="string" Key="false" MaxLength="4000"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
<Property ID="PerformanceCounterObject" Type="string" Key="false"/>
</ClassType>