Mellékletek szinkronizálási munkafolyamatának adatforrása

Microsoft.SystemCenter.TfsWISync.SyncAttachments.ReadAllAlerts.DataSource (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.SimpleScheduler Default
PA ProbeAction Microsoft.SystemCenter.TfsWISync.SyncAttachments.ReadOpenAlerts.ProbeAction Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Időköz másodpercbenIdőköz másodpercben

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.TfsWISync.SyncAttachments.ReadAllAlerts.DataSource" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:unsignedInt"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<SyncTime/>
</DataSource>
<ProbeAction ID="PA" TypeID="Microsoft.SystemCenter.TfsWISync.SyncAttachments.ReadOpenAlerts.ProbeAction">
<Url>$Target/Property[Type="Microsoft.SystemCenter.TfsWISync.TfsServer"]/Url$</Url>
<Links>$Target/Property[Type="Microsoft.SystemCenter.TfsWISync.TfsServer"]/Links$</Links>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="PA">
<Node ID="DS"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
</DataSourceModuleType>