MSSQL 2016: Speicheroptimierte Datendateigruppe ermitteln

Microsoft.SQLServer.2016.Discovery.DBFileGroupFx (Discovery)

Diese Ermittlungsregel ermittelt die speicheroptimierten Dateigruppeninformationen für jede SQL Server 2016-Datenbank.

Knowledge Base article:

Zusammenfassung

Diese Ermittlungsregel ermittelt die speicheroptimierten Dateigruppeninformationen für jede SQL Server 2016-Datenbank.

Parameter, die außer Kraft gesetzt werden können

Name

Beschreibung

Standardwert

Aktiviert

Aktiviert oder deaktiviert den Workflow.

Ja

Timeout (Sekunden)

Gibt die Zeit an, die der Workflow ausgeführt werden darf, bevor er geschlossen und als fehlgeschlagen markiert wird.

300

Element properties:

TargetMicrosoft.SQLServer.2016.DBEngine
EnabledFalse
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.SQLServer.2016.Discovery.DBFileGroupFx" Enabled="false" Target="Microsoft.SQLServer.2016.DBEngine">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2016.DBFileGroupFx">
<Property TypeID="Microsoft.SQLServer.2016.DBFileGroupFx" PropertyID="GroupID"/>
<Property TypeID="Microsoft.SQLServer.2016.FileGroup" PropertyID="GroupName"/>
<Property TypeID="Microsoft.SQLServer.2016.FileGroup" PropertyID="ReadOnly"/>
<Property TypeID="Microsoft.SQLServer.2016.FileGroup" PropertyID="TypeDesc"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2016.DBFileGroupDiscovery">
<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>
</DataSource>
</Discovery>