SSRS 2008: Instanzgruppenermittlung

Microsoft.SQLServer.2008.ReportingServices.Presentation.SSRSInstanceGroupDiscovery (Discovery)

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

Knowledge Base article:

Zusammenfassung

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

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

Name

Beschreibung

Standardwert

Aktiviert

Aktiviert oder deaktiviert den Workflow.

Ja

Element properties:

TargetMicrosoft.SQLServer.2008.ReportingServices.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.2008.ReportingServices.Presentation.SSRSInstanceGroupDiscovery" Target="Microsoft.SQLServer.2008.ReportingServices.Presentation.SSRSInstanceGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2008.ReportingServices.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.2008.ReportingServices.Instance"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SQLServer.2008.ReportingServices.Presentation.Relationships.SSRSInstanceGroupContainsInstance"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>