Microsoft.SQLServer.2017.Replication.Library.SeedMSSQL 2017: Generic Replication Seed

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

An installation of Microsoft SQL Server Replication Seed.

Knowledge Base article:

Summary

An installation of Microsoft SQL Server Replication Seed.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId730d1add-633f-b562-b5e1-dd2c82e286ec

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.Seed:
MachineName  string  Machine Name The name of the server which runs the agent true 256  False 
InstanceName  string  Instance Name The name of the instance which runs the agent true 256  False 
ConnectionString  string  Connection String Full Name of MS SQL instance false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2017.Replication.Library.Seed" Base="System!System.Entity" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="MachineName" Type="string" Key="true"/>
<Property ID="InstanceName" Type="string" Key="true"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
</ClassType>