SSRS 2014: Ermittlung der globalen Instanzgruppe

Microsoft.SQLServer.2014.ReportingServices.Presentation.SSRSGlobalInstanceGroupDiscovery (Discovery)

Diese Objektermittlung füllt die Bereitstellungsgruppe so auf, dass alle SQL Server Reporting Services-Rollen enthalten sind.

Knowledge Base article:

Zusammenfassung

Diese Objektermittlung füllt die Bereitstellungsgruppe so auf, dass alle SQL Server Reporting Services-Rollen enthalten sind.

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

Name

Beschreibung

Standardwert

Aktiviert

Enables or disables the workflow

Ja

Element properties:

TargetMicrosoft.SQLServer.Generic.Presentation.SSRSInstanceGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.SQLServer.2014.ReportingServices.Presentation.SSRSGlobalInstanceGroupDiscovery" Target="GPMP!Microsoft.SQLServer.Generic.Presentation.SSRSInstanceGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="GPMP!Microsoft.SQLServer.Generic.Presentation.SSRSInstanceGroup"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="MS2D!Microsoft.SQLServer.2014.ReportingServices.Instance"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SQLServer.2014.ReportingServices.Presentation.Relationships.SSRSGlobalInstanceGroupContainsInstance"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>