Microsoft.SQLServer.Windows.DBEngineMSSQL unter Windows: Datenbankmodul

Microsoft.SQLServer.Windows.DBEngine (ClassType)

Eine Installation eines MSSQL-Datenbankmoduls unter Windows. Das Datenbankmodul hostet Datenbanken und andere SQL Server-Komponenten.

Knowledge Base article:

Zusammenfassung

Eine Installation eines MSSQL-Datenbankmoduls unter Windows. Das Datenbankmodul hostet Datenbanken und andere SQL Server-Komponenten.

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 (DEU) Description (DEU) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Anzeigename Anzeigenamen des Objekts false 4000  False   
Microsoft.SQLServer.Core.DBEngine:
MachineName  string  Computername true 256  False   
InstanceName  string  Instanzname true 256  False   
ConnectionString  string  Verbindungszeichenfolge false 256  False   
NetbiosComputerName  string      false 256  False   
NetbiosDomainName  string      false 256  False   
Edition  string  Edition false 256  False   
Language  string  Sprache false 256  False   
Version  string  Version false 256  False   
ServiceName  string  SQL Server-Dienstname false 256  False   
ServiceClusterName  string  Name des SQL Server-Diensts für Clusterressourcen false 256  False   
Cluster  string  Cluster false 256  False   
PerformanceCounterObject  string  Objektname des Leistungsindikators false 256  False   
AgentName  string  Name des SQL Server-Agent-Diensts false 256  False   
Type  string  Instanztyp false 256  False  DB Engine 
Microsoft.SQLServer.Windows.DBEngine:
MonitoringType  string  Monitortyp false 256  False   
PrincipalName  string  Prinzipalname false 256  False   
AgentClusterName  string  Name des SQL Server-Agent-Windows-Diensts für Clusterressourcen false 256  False   
AuthenticationMode  string  Authentifizierungsmodus false 256  False   
FullTextSearchServiceName  string  Dienstname der Volltextsuche false 256  False   
FullTextSearchServiceClusterName  string  Dienstname der Volltextsuche für Clusterressourcen false 256  False   
MasterDatabaseLocation  string  Speicherort der Masterdatenbank false 256  False   
MasterDatabaseLogLocation  string  Protokollspeicherort der Masterdatenbank false 256  False   
ErrorLogLocation  string  Speicherort des Fehlerprotokolls false 256  False   
ServicePackVersion  string  Service Pack-Version false 256  False   
AuditLevel  string  Überwachungsebene false 256  False   
InstallPath  string  Installationspfad false 256  False   
ToolsPath  string  Toolpfad false 256  False   
EnableErrorReporting  string  Fehlerberichterstattung aktiviert false 256  False   
Account  string  Kontoname false 256  False   
InstanceID  string  Instanz-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>