DHCP 서버 2016 및 1709 이상의 개별 범위 데이터 원본 모듈(페이징 포함)

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

DHCP 서버 2016 및 1709 이상의 개별 범위 데이터 원본 모듈

Knowledge Base article:

요약

이 데이터 원본 모듈은 DHCP 기능이 활성화된 Windows Server 2016 및 1709 이상의에서 지정된 페이징 매개 변수로 필터링된 범위 통계를 가져옵니다.

구성

간격(초): 값을 확인할 빈도(초)입니다.

동기화 시간: 모듈 실행의 동기화 시간입니다.

시간 제한(초): 모듈 실행이 종료되는 데 걸리는 시간(초)입니다.

초기 행: 모듈 실행이 종료되는 데 걸리는 시간(초)입니다.

최종 행: 모듈 실행이 종료되는 데 걸리는 시간(초)입니다.

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.10.0.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.10.0.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.10.0.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>