가상 하트비트 데이터 원본

System.NetworkManagement.SyntheticHeartbeatDataSource (DataSourceModuleType)

장치 가용성을 계산하는 데 사용되는 시스템 내부 데이터 원본입니다.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.NetworkManagement.SyntheticHeartbeatDataSourceBase Default

Source Code:

<DataSourceModuleType ID="System.NetworkManagement.SyntheticHeartbeatDataSource" Accessibility="Internal" Batching="true">
<Configuration>
<xsd:element name="HeartbeatSourceEntityId" type="xsd:string"/>
<xsd:element name="HeartbeatIntervalSeconds" type="xsd:integer"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="System.NetworkManagement.SyntheticHeartbeatDataSourceBase">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<HeartbeatSourceEntityId>$Config/HeartbeatSourceEntityId$</HeartbeatSourceEntityId>
<HeartbeatIntervalSeconds>$Config/HeartbeatIntervalSeconds$</HeartbeatIntervalSeconds>
<SendToDefaultRoute>false</SendToDefaultRoute>
</DataSource>
</MemberModules>
<Composition>
<Node ID="DS"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
</DataSourceModuleType>