Microsoft.SQLServer.2017.Replication.Library.GenericDistributorMSSQL 2017: Generic Replication Distributor

Microsoft.SQLServer.2017.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 ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId29ca5280-476b-dbb2-74c9-45e04776dba3

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.GenericDistributor:
Publishers  string  Publishers List of Instances involved false 4000  False 
DistributionDatabases  string  Distribution Databases The list of distributor databases false 4000  False 
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 
PerformanceCounterObject  string  Performance Counter Object Performance Monitor object name for SQL Server Instance false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2017.Replication.Library.GenericDistributor" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="Publishers" Type="string" Key="false" MaxLength="4000"/>
<Property ID="DistributionDatabases" Type="string" Key="false" MaxLength="4000"/>
<Property ID="ServiceName" Type="string" Key="false"/>
<Property ID="AgentServiceName" Type="string" Key="false"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
<Property ID="PerformanceCounterObject" Type="string" Key="false"/>
</ClassType>