Microsoft.SystemCenter.CM.AEM.Internal.AemMEDataForDeletionDS (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.Discovery.Data

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default
DiscoveryMapper ProbeAction Microsoft.SystemCenter.CM.AEM.Internal.DiscoveryMapperPA Default
OleDbProbe ProbeAction Microsoft.SystemCenter.CM.AEM.Internal.OleDbProbe Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Daysint$Config/Days$Days

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.CM.AEM.Internal.AemMEDataForDeletionDS" Accessibility="Internal">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>AEMLib!Microsoft.SystemCenter.CM.DiscoveryMapperConfiguration</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Days" type="xsd:integer"/>
<xsd:element name="Query1" type="xsd:string"/>
<xsd:element name="Query2" type="xsd:string"/>
<xsd:element name="ManagedEntity" type="DiscoveryMapperConfigType"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Days" ParameterType="int" Selector="$Config/Days$"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="Scheduler" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Days">$Config/Days$</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="OleDbProbe" TypeID="Microsoft.SystemCenter.CM.AEM.Internal.OleDbProbe">
<Query>$Config/Query1$ $Config/Days$ $Config/Query2$</Query>
</ProbeAction>
<ProbeAction ID="DiscoveryMapper" TypeID="Microsoft.SystemCenter.CM.AEM.Internal.DiscoveryMapperPA">
<ManagedEntity>$Config/ManagedEntity$</ManagedEntity>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="DiscoveryMapper">
<Node ID="OleDbProbe">
<Node ID="Scheduler"/>
</Node>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>