Microsoft.SQLServer.Windows.DBEngineSeedWindows의 MSSQL: DB 엔진 시드

Microsoft.SQLServer.Windows.DBEngineSeed (ClassType)

Windows의 MSSQL 데이터베이스 엔진에 대한 설치 시드입니다.

Knowledge Base article:

요약

Windows의 MSSQL 데이터베이스 엔진에 대한 설치 시드입니다.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId89985c6a-e36d-e3f2-5bde-b83c80fdc2f3

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.Windows.DBEngineSeed:
MachineName  string  컴퓨터 이름 true 256  False 
InstanceName  string  인스턴스 이름 true 256  False 
ConnectionString  string  연결 문자열 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Windows.DBEngineSeed" 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"/>
</ClassType>