Windows 上的 MSSQL: 发现安装源(种子)

Microsoft.SQLServer.Windows.Discovery.LocalDiscoverySeed (Discovery)

此规则将发现 Windows 上的 MSSQL 安装的种子。此对象表示特定服务器计算机包含 Windows 上的 MSSQL 安装。

Knowledge Base article:

摘要

此规则将发现 Windows 上的 MSSQL 安装的种子。此对象表示特定服务器计算机包含 Windows 上的 MSSQL 安装。

可替代参数

名称

说明

默认值

已启用

启用或禁用工作流。

频率(秒)

运行工作流的重复间隔时间(秒)。

14400

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.Windows.DataSource.LocalDiscoverySeed Default

Source Code:

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