SSRS 2016: Microsoft SQL Server 2016 Reporting Services(기본 모드) 검색

Microsoft.SQLServer.2016.ReportingServices.Discovery.Instance (Discovery)

이 규칙은 Microsoft SQL Server 2016 Reporting Services(기본 모드)의 모든 인스턴스를 검색합니다.

Knowledge Base article:

요약

이 규칙은 Microsoft SQL Server 2016 Reporting Services(기본 모드)의 모든 인스턴스를 검색합니다.

재정의 가능한 매개 변수

이름

설명

기본값

사용

워크플로를 사용하거나 사용하지 않도록 설정

간격(초)

워크플로를 실행하는 반복 시간 간격(초)입니다.

14400

동기화 시간

24시간 형식으로 지정된 동기화 시간입니다. 생략될 수 있습니다.

 

시간 제한(초)

워크플로를 닫고 실패로 표시하기 전에 워크플로를 실행할 수 있는 시간을 지정합니다.

300

Element properties:

TargetMicrosoft.SQLServer.2016.ReportingServices.Seed
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2016.ReportingServices.PropertyBag.Instance Microsoft.SQLServer.DiscoveryAccount

Source Code:

<Discovery ID="Microsoft.SQLServer.2016.ReportingServices.Discovery.Instance" Target="Microsoft.SQLServer.2016.ReportingServices.Seed" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2016.ReportingServices.Instance"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2016.ReportingServices.PropertyBag.Instance" RunAs="GPMP!Microsoft.SQLServer.DiscoveryAccount">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<PrincipalName>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</PrincipalName>
<ClassId>$MPElement[Name='Microsoft.SQLServer.2016.ReportingServices.Instance']$</ClassId>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>