Microsoft.SQLServer.Replication.Library.GenericDistributorGeneric Distributor

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

Basic collection of common properties for all versions of Distributors.

Knowledge Base article:

Summary

Basic collection of common properties for all versions of Distributors.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId711c2de2-ebce-e9fa-5c76-1c887a9535f1

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.GenericDistributor:
InstanceName  string  Instance Name The name of the instance which runs the agent true 256  False     
ServiceName  string  Service Name false 256  False     
AgentServiceName  string  SQL Agent Service Name false 256  False     
Publishers  string  Publishers List of Instances involved false 256  False     
DistributionDatabases  string  Distribution Databases The list of distributor databases false 4000  False     
ConnectionString  string  Connection String Full Name of MS SQL Server instance false 256  False     
PerformanceCounterObject  string  Performance Counter Object Performance Monitor object name for SQL Server Instance false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Library.GenericDistributor" Base="Windows!Microsoft.Windows.ApplicationComponent" Accessibility="Public" Abstract="true" Hosted="true" Singleton="false">
<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"/>
<Property ID="DistributionDatabases" Type="string" Key="false" MaxLength="4000"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
<Property ID="PerformanceCounterObject" Type="string" Key="false"/>
</ClassType>