Microsoft.SQLServer.Windows.DBEngineWindows의 MSSQL: DB 엔진

Microsoft.SQLServer.Windows.DBEngine (ClassType)

설치된 Windows의 MSSQL 데이터베이스 엔진입니다. 데이터베이스 엔진은 데이터베이스 및 기타 SQL Server 구성 요소를 호스트합니다.

Knowledge Base article:

요약

설치된 Windows의 MSSQL 데이터베이스 엔진입니다. 데이터베이스 엔진은 데이터베이스 및 기타 SQL Server 구성 요소를 호스트합니다.

Element properties:

Base ClassMicrosoft.SQLServer.Core.DBEngine
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8def7ccc-ca28-c7ef-796f-644160e0b22a

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 
Microsoft.SQLServer.Windows.DBEngine:
MonitoringType  string  모니터링 유형 false 256  False   
PrincipalName  string  보안 주체 이름 false 256  False   
AgentClusterName  string  SQL Server 에이전트 Windows 서비스 이름(클러스터형 리소스의 경우) false 256  False   
AuthenticationMode  string  인증 모드 false 256  False   
FullTextSearchServiceName  string  전체 텍스트 검색 서비스 이름 false 256  False   
FullTextSearchServiceClusterName  string  전체 텍스트 검색 서비스 이름(클러스터형 리소스의 경우) false 256  False   
MasterDatabaseLocation  string  master 데이터베이스 위치 false 256  False   
MasterDatabaseLogLocation  string  master 데이터베이스 로그 위치 false 256  False   
ErrorLogLocation  string  오류 로그 위치 false 256  False   
ServicePackVersion  string  서비스 팩 버전 false 256  False   
AuditLevel  string  감사 수준 false 256  False   
InstallPath  string  설치 경로 false 256  False   
ToolsPath  string  도구 경로 false 256  False   
EnableErrorReporting  string  오류 보고 사용 false 256  False   
Account  string  계정 이름 false 256  False   
InstanceID  string  인스턴스 ID false 256  False   
TcpPorts  string      false 256  False   

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Windows.DBEngine" Base="SqlCoreLib!Microsoft.SQLServer.Core.DBEngine" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="MonitoringType" Type="string"/>
<Property ID="PrincipalName" Type="string"/>
<Property ID="AgentClusterName" Type="string"/>
<Property ID="AuthenticationMode" Type="string"/>
<Property ID="FullTextSearchServiceName" Type="string"/>
<Property ID="FullTextSearchServiceClusterName" Type="string"/>
<Property ID="MasterDatabaseLocation" Type="string"/>
<Property ID="MasterDatabaseLogLocation" Type="string"/>
<Property ID="ErrorLogLocation" Type="string"/>
<Property ID="ServicePackVersion" Type="string"/>
<Property ID="AuditLevel" Type="string"/>
<Property ID="InstallPath" Type="string"/>
<Property ID="ToolsPath" Type="string"/>
<Property ID="EnableErrorReporting" Type="string"/>
<Property ID="Account" Key="false" Type="string"/>
<Property ID="InstanceID" Key="false" Type="string"/>
<Property ID="TcpPorts" Key="false" Type="string"/>
</ClassType>