Microsoft.SystemCenter.DDIAnalytics.DnsCollector.DataSource (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default
ProbeAction ProbeAction Microsoft.SystemCenter.DDIAnalytics.DnsCollector.ProbeAction Default

Overrideable Parameters:

IDParameterTypeSelector
IntervalDaysint$Config/IntervalDays$
SyncTimestring$Config/SyncTime$

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.DDIAnalytics.DnsCollector.DataSource" Accessibility="Internal">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalDays" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SyncTime" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalDays" ParameterType="int" Selector="$Config/IntervalDays$"/>
<OverrideableParameter ID="SyncTime" ParameterType="string" Selector="$Config/SyncTime$"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="Scheduler" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Days">$Config/IntervalDays$</Interval>
<SyncTime>$Config/SyncTime$</SyncTime>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="ProbeAction" TypeID="Microsoft.SystemCenter.DDIAnalytics.DnsCollector.ProbeAction">
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="ProbeAction">
<Node ID="Scheduler"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
</DataSourceModuleType>