Microsoft.SQLServer.Replication.Library.VirtualDistributorVirtual Distributor

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

A virtual distributor.

Knowledge Base article:

Summary

A virtual distributor.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId92a6bd6f-a920-0b09-fbb7-e9dc52d2bb6f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SQLServer.Replication.Library.VirtualDistributor:
PrincipalName  string  Principal 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.Replication.Library.VirtualDistributor" Base="Windows!Microsoft.Windows.ApplicationComponent" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="PrincipalName" 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>