Microsoft.SQLServer.Core.DBEngineMSSQL: 汎用 DB エンジン

Microsoft.SQLServer.Core.DBEngine (ClassType)

SQL Server DB エンジンのすべてのバージョンの共通プロパティの基本的なコレクションです。

Knowledge Base article:

概要

SQL Server DB エンジンのすべてのバージョンの共通プロパティの基本的なコレクションです。

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde990d47b-01cd-3f92-e0a6-30aa88bbfcf0

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 4000  False   
Microsoft.SQLServer.Core.DBEngine:
MachineName  string  コンピューター名 true 256  False   
InstanceName  string  インスタンス名 true 256  False   
ConnectionString  string  接続文字列 false 256  False   
Edition  string  エディション false 256  False   
Language  string  言語 false 256  False   
Version  string  バージョン false 256  False   
ServiceName  string  SQL Server Service Name false 256  False   
ServiceClusterName  string  クラスター リソースの場合には、SQL Server サービス名 false 256  False   
Cluster  string  クラスター false 256  False   
PerformanceCounterObject  string  パフォーマンス カウンター オブジェクト名 false 256  False   
AgentName  string  SQL Server エージェント サービス名 false 256  False   
Type  string  インスタンスの種類 false 256  False  DB Engine 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Core.DBEngine" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="MachineName" Type="string" Key="true"/>
<Property ID="InstanceName" Type="string" Key="true"/>
<Property ID="ConnectionString" Type="string"/>
<Property ID="Edition" Type="string"/>
<Property ID="Language" Type="string"/>
<Property ID="Version" Type="string"/>
<Property ID="ServiceName" Type="string"/>
<Property ID="ServiceClusterName" Type="string"/>
<Property ID="Cluster" Type="string"/>
<Property ID="PerformanceCounterObject" Type="string"/>
<Property ID="AgentName" Type="string"/>
<Property ID="Type" Type="string" DefaultValue="DB Engine"/>
</ClassType>