Microsoft.SQLServer.2016.DBEngineMecanismo de Banco de Dados do SQL Server 2016

Microsoft.SQLServer.2016.DBEngine (ClassType)

A instalação de um Mecanismo de Banco de Dados do Microsoft SQL Server 2016. O mecanismo de banco de dados hospeda bancos de dados e outros componentes do SQL Server.

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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.SQLServer.2016.ServerRole:
InstanceName  string  Nome da Instância true 256  False 
Type  string  Tipo de Instância false 256  False 
Microsoft.SQLServer.2016.DBEngine:
Version  string  Versão false 256  False 
Edition  string  Edição false 256  False 
AuthenticationMode  string  Modo de Autenticação false 256  False 
ServiceName  string  Nome do Serviço Windows do SQL Server false 256  False 
ServiceClusterName  string  Nome do Serviço Windows do SQL Server, se for um Recurso Clusterizado false 256  False 
FullTextSearchServiceName  string  Nome do Serviço de Pesquisa de Texto Completo false 256  False 
FullTextSearchServiceClusterName  string  Nome do Serviço de Pesquisa de Texto Completo, se for um Recurso Clusterizado false 256  False 
AgentName  string  Nome do Serviço Windows do SQL Server Agent false 256  False 
AgentClusterName  string  Nome do Serviço Windows do SQL Server Agent, se for um Recurso Clusterizado false 256  False 
ConnectionString  string  Cadeia de Conexão false 256  False 
TcpPort  string  Porta TCP false 256  False 
MasterDatabaseLocation  string  Local do Banco de Dados Mestre false 260  False 
MasterDatabaseLogLocation  string  Local do Log do Banco de Dados Mestre false 260  False 
ErrorLogLocation  string  Local do Log de Erros false 260  False 
Language  string  Idioma false 256  False 
ServicePackVersion  string  Versão do Service Pack false 256  False 
AuditLevel  string  Nível de Auditoria false 256  False 
InstallPath  string  Caminho de Instalação false 260  False 
ToolsPath  string  Caminho das Ferramentas false 260  False 
EnableErrorReporting  string  Relatório de Erros Habilitado false 256  False 
ReplicationWorkingDirectory  string  Diretório de Trabalho da Replicação false 260  False 
ReplicationDistributionDatabase  string  Banco de Dados de Distribuição da Replicação false 256  False 
PerformanceCounterObject  string  Nome do Objeto do Contador de Desempenho false 256  False 
Cluster  string  Grupo false 256  False 
Account  string  Nome da Conta false 256  False 
InstanceID  string  ID da Instância 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" Length="260"/>
<Property ID="MasterDatabaseLogLocation" Type="string" Length="260"/>
<Property ID="ErrorLogLocation" Type="string" Length="260"/>
<Property ID="Language" Type="string"/>
<Property ID="ServicePackVersion" Type="string"/>
<Property ID="AuditLevel" Type="string"/>
<Property ID="InstallPath" Type="string" Length="260"/>
<Property ID="ToolsPath" Type="string" Length="260"/>
<Property ID="EnableErrorReporting" Type="string"/>
<Property ID="ReplicationWorkingDirectory" Type="string" Length="260"/>
<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>