MSSQL on Windows Integration Services: Discover Installation Source (seed)

Microsoft.SQLServer.IS.Windows.LocalSeedDiscovery (Discovery)

This rule discovers a seed for MSSQL Integration Services on Windows installation. This object indicates that the particular server computer contains MSSQL Integration Services on Windows installation.

Knowledge Base article:

Summary

This rule discovers a seed for MSSQL Integration Services on Windows installation. This object indicates that the particular server computer contains MSSQL Integration Services on Windows installation.

Overridable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow.

Yes

Frequency (seconds)

The recurring interval of time in seconds in which to run the workflow.

14400

Element properties:

TargetMicrosoft.Windows.Server.Computer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.IS.Windows.DataSource.LocalSeedDiscovery Default

Source Code:

<Discovery ID="Microsoft.SQLServer.IS.Windows.LocalSeedDiscovery" Enabled="true" Target="Windows!Microsoft.Windows.Server.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.IS.Windows.LocalSeed"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.IS.Windows.DataSource.LocalSeedDiscovery">
<PrincipalName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</PrincipalName>
<IntervalSeconds>14400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<SyncTime/>
</DataSource>
</Discovery>