Microsoft.SQLServer.Core.DBEngineMSSQL: 일반 DB 엔진

Microsoft.SQLServer.Core.DBEngine (ClassType)

모든 버전의 SQL Server DB 엔진에 대한 기본 공용 속성 컬렉션입니다.

Knowledge Base article:

요약

모든 버전의 SQL Server DB 엔진에 대한 기본 공용 속성 컬렉션입니다.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7fd72e20-713b-f232-3ac9-b4d32f292505

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False   
Microsoft.SQLServer.Core.DBEngine:
MachineName  string  컴퓨터 이름 true 256  False   
InstanceName  string  인스턴스 이름 true 256  False   
ConnectionString  string  연결 문자열 false 256  False   
NetbiosComputerName  string      false 256  False   
NetbiosDomainName  string      false 256  False   
Edition  string  에디션 false 256  False   
Language  string  언어 false 256  False   
Version  string  버전 false 256  False   
ServiceName  string  SQL Server 서비스 이름 false 256  False   
ServiceClusterName  string  SQL Server 서비스 이름(클러스터형 리소스인 경우) false 256  False   
Cluster  string  클러스터 false 256  False   
PerformanceCounterObject  string  성능 카운터 개체 이름 false 256  False   
AgentName  string  SQL Server 에이전트 서비스 이름 false 256  False   
Type  string  인스턴스 유형 false 256  False  DB Engine 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Core.DBEngine" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="MachineName" Type="string" Key="true"/>
<Property ID="InstanceName" Type="string" Key="true"/>
<Property ID="ConnectionString" Type="string"/>
<Property ID="NetbiosComputerName" Type="string"/>
<Property ID="NetbiosDomainName" Type="string"/>
<Property ID="Edition" Type="string"/>
<Property ID="Language" Type="string"/>
<Property ID="Version" Type="string"/>
<Property ID="ServiceName" Type="string"/>
<Property ID="ServiceClusterName" Type="string"/>
<Property ID="Cluster" Type="string"/>
<Property ID="PerformanceCounterObject" Type="string"/>
<Property ID="AgentName" Type="string"/>
<Property ID="Type" Type="string" DefaultValue="DB Engine"/>
</ClassType>