MSSQL 2016: Discover Memory-Optimized Data Filegroup Containers

Microsoft.SQLServer.2016.Discovery.Container (Discovery)

This discovery rule discovers Memory-Optimized Data containers for each SQL Server 2016 Database. Note that this discovery rule is enabled only for SQL editions supporting Memory-Optimized Data (64-bit Enterprise, Developer, or Evaluation edition).

Knowledge Base article:

Summary

This discovery rule discovers Memory-Optimized Data containers for each SQL Server 2016 Database. Note that this discovery rule is enabled only for SQL editions supporting Memory-Optimized Data (64-bit Enterprise, Developer, or Evaluation edition).

Overridable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow.

No

Timeout (seconds)

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

300

Element properties:

TargetMicrosoft.SQLServer.2016.DBEngine
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

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

Source Code:

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