Microsoft.SQLServer.Replication.Core.SeedMSSQL: Generic Replication Seed

Microsoft.SQLServer.Replication.Core.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
ElementId6413be28-478e-4893-dc27-c7f14c0e742b

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.Replication.Core.Seed:
MachineName  string  Machine Name The name of the server which runs the agent true 256  False 
NetbiosComputerName  string  NetBIOS Machine Name The NetBIOS name of the server which runs the agent false 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.Replication.Core.Seed" Base="System!System.Entity" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="MachineName" Type="string" Key="true"/>
<Property ID="NetbiosComputerName" Type="string"/>
<Property ID="InstanceName" Type="string" Key="true"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
</ClassType>