DHCP Server 2012 個別領域資料來源模組 (含分頁)

Microsoft.Windows.DHCPServer.2012.IndScopeStats.DS (DataSourceModuleType)

DHCP Server 2012 個別領域資料來源模組

Knowledge Base article:

摘要

此資料來源模組會在已啟用 DHCP 功能的 Windows Server 2012 中按指定分頁參數取得領域統計資料。

設定

間隔秒數:值的檢查頻率 (以秒為單位)。

同步處理時間:模組執行同步處理時間。

逾時秒數:模組等待完成執行的時間長度 (以秒為單位)。

初始列:模組等待完成執行的時間長度 (以秒為單位)。

最終列:模組等待完成執行的時間長度 (以秒為單位)。

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
Schedule DataSource System.SimpleScheduler Default
Probe ProbeAction Microsoft.Windows.DHCPServer.2012.GetIndScopeStats Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$間隔秒數值的取樣頻率 (以秒為單位)。
SyncTimestring$Config/SyncTime$同步處理時間模組執行同步處理時間。
TimeoutSecondsint$Config/TimeoutSeconds$逾時秒數模組等待完成執行的預期時間 (以秒為單位)。
InitialRowint$Config/InitialRow$初始列這是要在探索中傳回的初始列。
FinalRowint$Config/FinalRow$最終列這是要在探索中傳回的最終列。

Source Code:

<DataSourceModuleType ID="Microsoft.Windows.DHCPServer.2012.IndScopeStats.DS" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ComputerName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="SyncTime" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="TimeoutSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="InitialRow" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="FinalRow" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SyncTime" Selector="$Config/SyncTime$" ParameterType="string"/>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
<OverrideableParameter ID="InitialRow" Selector="$Config/InitialRow$" ParameterType="int"/>
<OverrideableParameter ID="FinalRow" Selector="$Config/FinalRow$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="Schedule" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<SyncTime>$Config/SyncTime$</SyncTime>
</DataSource>
<ProbeAction ID="Probe" TypeID="Microsoft.Windows.DHCPServer.2012.GetIndScopeStats">
<ComputerName>$Config/ComputerName$</ComputerName>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<InitialRow>$Config/InitialRow$</InitialRow>
<FinalRow>$Config/FinalRow$</FinalRow>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe">
<Node ID="Schedule"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
</DataSourceModuleType>