Microsoft.SQLServer.Replication.Core.SeedMSSQL: 제네릭 복제 시드

Microsoft.SQLServer.Replication.Core.Seed (ClassType)

Microsoft SQL Server 복제 시드의 설치입니다.

Knowledge Base article:

요약

Microsoft SQL Server 복제 시드의 설치입니다.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbaceff6e-bf78-cbaa-15c2-51c803a16503

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False 
Microsoft.SQLServer.Replication.Core.Seed:
MachineName  string  컴퓨터 이름 에이전트를 실행하는 서버의 이름 true 256  False 
InstanceName  string  인스턴스 이름 에이전트를 실행하는 인스턴스의 이름 true 256  False 
ConnectionString  string  연결 문자열 MS SQL 인스턴스의 전체 이름 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="InstanceName" Type="string" Key="true"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
</ClassType>