SSRS 2008: Microsoft SQL Server Reporting Services (原生模式) 種子探索

Microsoft.SQLServer.2008.ReportingServices.Discovery.Seed (Discovery)

此規則會探索 Reporting Services 安裝的種子。此物件可指出特定的伺服器電腦上安裝有 Reporting Services (原生模式)。

Knowledge Base article:

摘要

此規則會探索 Reporting Services 安裝的種子。此物件可指出特定的伺服器電腦上安裝有 Reporting Services (原生模式)。

可覆寫的參數

名稱

描述

預設值

已啟用

啟用或停用工作流程

間隔 (秒)

執行工作流程的週期性時間間隔 (秒)。

14400

同步處理時間

使用 24 小時制指定的同步處理時間。可以予以省略。

 

逾時 (秒)

指定工作流程在關閉並標記為失敗前所能執行的時間。

300

Element properties:

TargetMicrosoft.Windows.Server.Computer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2008.ReportingServices.DataSource.Seed Default

Source Code:

<Discovery ID="Microsoft.SQLServer.2008.ReportingServices.Discovery.Seed" Enabled="true" Target="Windows!Microsoft.Windows.Server.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2008.ReportingServices.Seed"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2008.ReportingServices.DataSource.Seed">
<PrincipalName>$Target/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</PrincipalName>
<Frequency>14400</Frequency>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>