Microsoft.SQLServer.Replication.Library.GenericPublisherGeneric Publisher

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

Base collection of common properties for all versions of publishers.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8d090fc4-690b-b84e-eef7-584c46889258

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.GenericPublisher:
InstanceName  string  Instance Name The name of the instance true 256  False     
ServiceName  string  Service Name The name of the Service on performance counter false 256  False     
AgentServiceName  string  SQL Agent Service Name false 256  False     
PublisherType  string  Publisher Type The type of the server false 256  False     
Distributor  string  Distributor The Distributor used by the publisher. false 256  False     
DistributorDatabaseName  string  Distribution Database The database at the distributor used by this Publisher false 256  False     
DefaultSnapshotFolder  string  Default Snapshot Folder A folder where snapshots of publications from this Publisher are stored false 256  False     
ConnectionString  string  Connection String Full Name of MS SQL Server instance false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Replication.Library.GenericPublisher" 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="PublisherType" Type="string" Key="false"/>
<Property ID="Distributor" Type="string" Key="false"/>
<Property ID="DistributorDatabaseName" Type="string" Key="false"/>
<Property ID="DefaultSnapshotFolder" Type="string" Key="false"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
</ClassType>