Microsoft.SQLServer.2016.DBEngineMotor de base de datos de SQL Server 2016

Microsoft.SQLServer.2016.DBEngine (ClassType)

Instalación de un motor de base de datos de Microsoft SQL Server 2016. El motor de base de datos hospeda bases de datos y otros componentes de 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 (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.SQLServer.2016.ServerRole:
InstanceName  string  Nombre de instancia true 256  False 
Type  string  Tipo de instancia false 256  False 
Microsoft.SQLServer.2016.DBEngine:
Version  string  Versión false 256  False 
Edition  string  Edición false 256  False 
AuthenticationMode  string  Modo de autenticación false 256  False 
ServiceName  string  Nombre del servicio de Windows de SQL Server false 256  False 
ServiceClusterName  string  Nombre del servicio de Windows de SQL Server si es un recurso en clúster false 256  False 
FullTextSearchServiceName  string  Nombre del servicio de búsqueda de texto completo false 256  False 
FullTextSearchServiceClusterName  string  Nombre del servicio de búsqueda de texto completo si es un recurso en clúster false 256  False 
AgentName  string  Nombre del servicio de Windows del Agente SQL Server false 256  False 
AgentClusterName  string  Nombre del servicio de Windows del Agente SQL Server si es un recurso en clúster false 256  False 
ConnectionString  string  Cadena de conexión false 256  False 
TcpPort  string  Puerto TCP false 256  False 
MasterDatabaseLocation  string  Ubicación de base de datos maestra false 260  False 
MasterDatabaseLogLocation  string  Ubicación de registro de base de datos maestra false 260  False 
ErrorLogLocation  string  Ubicación de registro de errores false 260  False 
Language  string  Lenguaje false 256  False 
ServicePackVersion  string  Versión del Service Pack false 256  False 
AuditLevel  string  Nivel de auditoría false 256  False 
InstallPath  string  Ruta de instalación false 260  False 
ToolsPath  string  Ruta de herramientas false 260  False 
EnableErrorReporting  string  Informe de errores habilitado false 256  False 
ReplicationWorkingDirectory  string  Directorio de trabajo de replicación false 260  False 
ReplicationDistributionDatabase  string  Base de datos de distribución de replicación false 256  False 
PerformanceCounterObject  string  Nombre de objeto de contador de rendimiento false 256  False 
Cluster  string  Clúster false 256  False 
Account  string  Nombre de cuenta false 256  False 
InstanceID  string  Id. de instancia 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>