SSRS 2008: SQL Server Reporting Services 컴퓨터 그룹 멤버 자격 검색

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

SQL Server Reporting Services를 실행하는 모든 컴퓨터를 포함하도록 컴퓨터 그룹을 채웁니다.

Knowledge Base article:

요약

이 개체 검색은 SQL Server Reporting Services를 실행하는 모든 컴퓨터를 포함하도록 컴퓨터 그룹을 채웁니다.

재정의 가능한 매개 변수

이름

설명

기본값

사용

 

1

Element properties:

TargetMicrosoft.SQLServer.Generic.Presentation.ComputersGroup
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.GenericComputerGroupDiscovery" Target="GPMP!Microsoft.SQLServer.Generic.Presentation.ComputersGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="GPMP!Microsoft.SQLServer.Generic.Presentation.ComputersGroup"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Windows!Microsoft.Windows.Computer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SC!Microsoft.SystemCenter.ComputerGroupContainsComputer"]$</RelationshipClass>
<Expression>
<Contains>
<MonitoringClass>$MPElement[Name="MS2D!Microsoft.SQLServer.2008.ReportingServices.Instance"]$</MonitoringClass>
</Contains>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>