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

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.CM.ActionAccount
OutputTypeSystem.Discovery.Data

Member Modules:

ID Module Type TypeId RunAs 
TimedCLFDS DataSource Microsoft.SystemCenter.CM.AEM.Internal.TimedCrashListenerFillerDS Default
DiscoveryMapper ProbeAction Microsoft.SystemCenter.CM.AEM.Internal.DiscoveryMapperPA Default
ErrMgrPA ProbeAction Microsoft.SystemCenter.CM.AEM.Internal.ErrorManagerPA Default
RmMgrPA ProbeAction Microsoft.SystemCenter.CM.AEM.Internal.ResponseManagerPA Default

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.CM.AEM.Internal.MECollectionDS" Accessibility="Internal" RunAs="AEMLib!Microsoft.SystemCenter.CM.ActionAccount">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
<SchemaType>Microsoft.SystemCenter.CM.AEM.Internal.CrashListenerConfiguration</SchemaType>
<SchemaType>Microsoft.SystemCenter.CM.AEM.Internal.ErrorManagerConfiguration</SchemaType>
<SchemaType>Microsoft.SystemCenter.CM.AEM.Internal.ResponseManagerConfiguration</SchemaType>
<SchemaType>AEMLib!Microsoft.SystemCenter.CM.DiscoveryMapperConfiguration</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Scheduler" type="PublicSchedulerType"/>
<xsd:element name="CrashListenerConfiguration" type="CrashListenerConfigType"/>
<xsd:element name="ErrorManagerConfiguration" type="ErrorManagerConfigType"/>
<xsd:element name="ResponseManagerConfiguration" type="ResponseManagerConfigType"/>
<xsd:element name="ManagedEntity" type="DiscoveryMapperConfigType"/>
</Configuration>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource TypeID="Microsoft.SystemCenter.CM.AEM.Internal.TimedCrashListenerFillerDS" ID="TimedCLFDS">
<Scheduler>$Config/Scheduler$</Scheduler>
<CrashListenerConfiguration>$Config/CrashListenerConfiguration$</CrashListenerConfiguration>
</DataSource>
<ProbeAction TypeID="Microsoft.SystemCenter.CM.AEM.Internal.ErrorManagerPA" ID="ErrMgrPA">
<ErrorManagerConfiguration>$Config/ErrorManagerConfiguration$</ErrorManagerConfiguration>
</ProbeAction>
<ProbeAction TypeID="Microsoft.SystemCenter.CM.AEM.Internal.ResponseManagerPA" ID="RmMgrPA">
<ResponseManagerConfiguration>$Config/ResponseManagerConfiguration$</ResponseManagerConfiguration>
</ProbeAction>
<ProbeAction TypeID="Microsoft.SystemCenter.CM.AEM.Internal.DiscoveryMapperPA" ID="DiscoveryMapper">
<ManagedEntity>$Config/ManagedEntity$</ManagedEntity>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="DiscoveryMapper">
<Node ID="RmMgrPA">
<Node ID="ErrMgrPA">
<Node ID="TimedCLFDS"/>
</Node>
</Node>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>