Microsoft.SQLServer.2016.DBEngineSQL Server 2016 DB Engine

Microsoft.SQLServer.2016.DBEngine (ClassType)

An installation of a Microsoft SQL Server 2016 Database Engine. The database engine hosts databases and other SQL Server components.

Element properties:

Base ClassMicrosoft.SQLServer.2016.ServerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda307ecc4-9b6d-8266-7fca-1041b0163797

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 monitoring object. false 256  False 
Microsoft.SQLServer.2016.ServerRole:
InstanceName  string  Instance Name true 256  False 
Type  string  Instance Type false 256  False 
Microsoft.SQLServer.2016.DBEngine:
Version  string  Version false 256  False 
Edition  string  Edition false 256  False 
AuthenticationMode  string  Authentication Mode false 256  False 
ServiceName  string  SQL Server Windows Service Name false 256  False 
ServiceClusterName  string  SQL Server Windows Service Name If Clustered Resource 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 
AgentName  string  SQL Server Agent Windows Service Name false 256  False 
AgentClusterName  string  SQL Server Agent Windows Service Name If Clustered Resource false 256  False 
ConnectionString  string  Connection String false 256  False 
TcpPort  string  Tcp Port 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 
Language  string  Language 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 
ReplicationWorkingDirectory  string  Replication Working Directory false 256  False 
ReplicationDistributionDatabase  string  Replication Distribution Database false 256  False 
PerformanceCounterObject  string  Performance Counter Object Name false 256  False 
Cluster  string  Cluster false 256  False 
Account  string  Account Name false 256  False 
InstanceID  string  Instance ID false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2016.DBEngine" Accessibility="Public" Base="Microsoft.SQLServer.2016.ServerRole" Hosted="true" Abstract="false">
<Property ID="Version" Type="string"/>
<Property ID="Edition" Type="string"/>
<Property ID="AuthenticationMode" Type="string"/>
<Property ID="ServiceName" Type="string"/>
<Property ID="ServiceClusterName" Type="string"/>
<Property ID="FullTextSearchServiceName" Type="string"/>
<Property ID="FullTextSearchServiceClusterName" Type="string"/>
<Property ID="AgentName" Type="string"/>
<Property ID="AgentClusterName" Type="string"/>
<Property ID="ConnectionString" Type="string"/>
<Property ID="TcpPort" Type="string"/>
<Property ID="MasterDatabaseLocation" Type="string"/>
<Property ID="MasterDatabaseLogLocation" Type="string"/>
<Property ID="ErrorLogLocation" Type="string"/>
<Property ID="Language" 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="ReplicationWorkingDirectory" Type="string"/>
<Property ID="ReplicationDistributionDatabase" Type="string"/>
<Property ID="PerformanceCounterObject" Type="string"/>
<Property ID="Cluster" Type="string"/>
<Property ID="Account" Key="false" Type="string"/>
<Property ID="InstanceID" Key="false" Type="string"/>
</ClassType>