SQL Server 2008 事件記錄收集目標探索

Microsoft.SQLServer.2008.Discovery.EventLogCollectionTarget (Discovery)

此探索規則會探索 Microsoft SQL Server 2008 的事件記錄收集目標。此物件用於從安裝有 SQL Server 2008 元件之電腦的事件記錄中收集模組錯誤。

Knowledge Base article:

摘要

此探索規則會探索 Microsoft SQL Server 2008 的事件記錄收集目標。此物件用於從安裝有 SQL Server 2008 元件之電腦的事件記錄中收集模組錯誤。

可覆寫的參數

名稱

描述

預設值

已啟用

啟用或停用該工作流程。

頻率 (秒)

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

14400

Synchronization Time

The synchronization time specified by using a 24-hour format. May be omitted.

 

Timeout (seconds)

Specifies the time the workflow is allowed to run before being closed and marked as failed.

300

Element properties:

TargetMicrosoft.SQLServer.2008.Seed
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

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

Source Code:

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