MSSQL 2014: メモリ内 OLTP ファイル グループ コンテナーの検出

Microsoft.SQLServer.2014.Discovery.Container (Discovery)

この検出ルールは、それぞれの SQL Server 2014 データベースに対するメモリ内 OLTP コンテナーを検出します。

Knowledge Base article:

概要

この検出ルールは、それぞれの SQL Server 2014 データベースに対するメモリ内 OLTP コンテナーを検出します。

上書き可能なパラメーター

名前

説明

既定値

有効

 

はい

タイムアウト (秒)

ワークフローが終了して失敗とマークされるまでの、ワークフローの許容実行時間を指定します。

300

Element properties:

TargetMicrosoft.SQLServer.2014.DBEngine
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2014.DBFilesDiscovery Default

Source Code:

<Discovery ID="Microsoft.SQLServer.2014.Discovery.Container" Enabled="true" Target="Microsoft.SQLServer.2014.DBEngine">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2014.Container">
<Property TypeID="Microsoft.SQLServer.2014.Container" PropertyID="ContainerID"/>
<Property TypeID="Microsoft.SQLServer.2014.Container" PropertyID="ContainerName"/>
<Property TypeID="Microsoft.SQLServer.2014.Container" PropertyID="ContainerPath"/>
<Property TypeID="Microsoft.SQLServer.2014.Container" PropertyID="ContainerStorage"/>
<Property TypeID="Microsoft.SQLServer.2014.Container" PropertyID="ContainerStorageType"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2014.DBFilesDiscovery">
<NetworkName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</NetworkName>
<SQLConnectionString>$Target/Property[Type="Microsoft.SQLServer.2014.DBEngine"]/ConnectionString$</SQLConnectionString>
<SQLInstanceName>$Target/Property[Type="Microsoft.SQLServer.2014.ServerRole"]/InstanceName$</SQLInstanceName>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>