Microsoft.SQLServer.2017.Windows.LocalDBEngineMSSQL 2017 on Windows: Local DB Engine

Microsoft.SQLServer.2017.Windows.LocalDBEngine (ClassType)

An installation of a Local MSSQL 2017 Database Engine on Windows. The database engine hosts databases and other SQL Server components.

Knowledge Base article:

Summary

An installation of a Local MSSQL 2017 Database Engine on Windows. The database engine hosts databases and other SQL Server components.

Element properties:

Base ClassMicrosoft.SQLServer.2017.Windows.DBEngine
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0654c9fb-27ce-987a-1581-3334436b16e1

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.2017.Library.DBEngine:
MachineName  string  Machine Name true 256  False 
InstanceName  string  Instance Name true 256  False 
ConnectionString  string  Connection String false 256  False 
Edition  string  Edition false 256  False 
InstanceID  string  Instance ID false 256  False 
Language  string  Language false 256  False 
Version  string  Version false 256  False 
ServiceName  string  SQL Server Service Name false 256  False 
ServiceClusterName  string  SQL Server Service Name If Clustered Resource false 256  False 
Cluster  string  Cluster false 256  False 
PerformanceCounterObject  string  Performance Counter Object Name false 256  False 
AgentName  string  SQL Server Agent Service Name false 256  False 
Microsoft.SQLServer.2017.Windows.DBEngine:
MonitoringType  string  Monitoring Type false 256  False 
PrincipalName  string  Principal Name false 256  False 
AgentClusterName  string  SQL Server Agent Windows Service Name If Clustered Resource false 256  False 
Microsoft.SQLServer.2017.Windows.LocalDBEngine:
AuthenticationMode  string  Authentication Mode false 256  False 
FullTextSearchServiceName  string  Full Text Search Service Name false 256  False 
FullTextSearchServiceClusterName  string  Full Text Search Service Name If Clustered Resource false 256  False 
MasterDatabaseLocation  string  Master Database Location false 256  False 
MasterDatabaseLogLocation  string  Master Database Log Location false 256  False 
ErrorLogLocation  string  Error Log Location false 256  False 
ServicePackVersion  string  Service Pack Version false 256  False 
AuditLevel  string  Audit Level false 256  False 
InstallPath  string  Install Path false 256  False 
ToolsPath  string  Tools Path false 256  False 
EnableErrorReporting  string  Error Reporting Enabled false 256  False 
Account  string  Account Name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2017.Windows.LocalDBEngine" Base="Microsoft.SQLServer.2017.Windows.DBEngine" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<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"/>
</ClassType>