SSAS 2012 Tabular Instance Discovery

Microsoft.SQLServer.2012.AnalysisServices.Discovery.TabularInstance (Discovery)

The object discovery discovers all instances of Microsoft SQL Server 2012 Analysis Services, Tabular Mode.

Knowledge Base article:

Summary

This object discovery discovers all instances of Microsoft SQL Server 2012 Analysis Services, Tabular Mode.

Overrideable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow

True

Interval Seconds

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

14400

Synchronization Time

The synchronization time specified by using a 24-hour format. May be omitted.

 

Element properties:

TargetMicrosoft.SQLServer.2012.AnalysisServices.Seed
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2012.AnalysisServices.DataSource.MappedInstanceDiscovery Microsoft.SQLServer.2012.AnalysisServices.RunAsProfile.ASDiscovery

Source Code:

<Discovery ID="Microsoft.SQLServer.2012.AnalysisServices.Discovery.TabularInstance" Target="Microsoft.SQLServer.2012.AnalysisServices.Seed" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2012.AnalysisServices.TabularInstance"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2012.AnalysisServices.DataSource.MappedInstanceDiscovery" RunAs="Microsoft.SQLServer.2012.AnalysisServices.RunAsProfile.ASDiscovery">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<PrincipalName>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</PrincipalName>
<ClassId>$MPElement[Name='Microsoft.SQLServer.2012.AnalysisServices.TabularInstance']$</ClassId>
<ServiceMatch>Tabular</ServiceMatch>
</DataSource>
</Discovery>