SSAS 2012 PowerPivot-Instanzermittlung

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

Diese Objektermittlung ermittelt alle Instanzen von Microsoft SQL Server 2012 Analysis Services, PowerPivot-Modus.

Knowledge Base article:

Zusammenfassung

Diese Objektermittlung ermittelt alle Instanzen von Microsoft SQL Server 2012 Analysis Services, PowerPivot-Modus.

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

Name

Beschreibung

Standardwert

Aktiviert

Aktiviert oder deaktiviert den Workflow

Ja

Intervall (Sekunden)

Das periodische Intervall in Sekunden, in dem der Workflow ausgeführt werden soll.

14400

Synchronisierungszeit

Die in einem 24-Stunden-Format angegebene Synchronisierungszeit. Kann ausgelassen werden.

 

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.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.ScheduledInstanceDiscovery Microsoft.SQLServer.2012.AnalysisServices.RunAsProfile.ASDiscovery

Source Code:

<Discovery ID="Microsoft.SQLServer.2012.AnalysisServices.Discovery.PowerPivotInstance" Target="Microsoft.SQLServer.2012.AnalysisServices.Seed" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2012.AnalysisServices.PowerPivotInstance"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2012.AnalysisServices.DataSource.ScheduledInstanceDiscovery" 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.PowerPivotInstance']$</ClassId>
<ServiceMatch>SharePoint</ServiceMatch>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>