SSRS 2016: обнаружение группы ролей сервера

Microsoft.SQLServer.2016.ReportingServices.Presentation.ServerRolesGroupDiscovery (Discovery)

Эта операция обнаружения объектов заполняет группу ролей сервера всеми экземплярами служб SQL Server Reporting.

Knowledge Base article:

Сводка

Эта операция обнаружения объектов заполняет группу ролей сервера всеми экземплярами служб SQL Server Reporting.

Переопределяемые параметры

Название

Описание

Значение по умолчанию

Включено

Включает или отключает рабочий процесс

Да

Element properties:

TargetMicrosoft.SQLServer.Generic.Presentation.ServerRolesGroup
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.2016.ReportingServices.Presentation.ServerRolesGroupDiscovery" Target="GPMP!Microsoft.SQLServer.Generic.Presentation.ServerRolesGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="GPMP!Microsoft.SQLServer.Generic.Presentation.ServerRolesGroup"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="MS2D!Microsoft.SQLServer.2016.ReportingServices.Instance"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SQLServer.2016.ReportingServices.Presentation.Relationships.ServerRolesGroupContainsInstances"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>