MSSQL 2014: Discover In-Memory OLTP File Group Containers

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

This discovery rule discovers In-Memory OLTP containers for each SQL Server 2014 Database.

Knowledge Base article:

Summary

This discovery rule discovers In-Memory OLTP containers for each SQL Server 2014 Database.

Overrideable Parameters

Name

Description

Default Value

Enabled

 

Yes

Timeout (seconds)

Specifies the time the workflow is allowed to run before being closed and marked as failed.

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>