Object type data reader module

Microsoft.SystemCenter.DataWarehouse.Synchronization.TypedManagedEntityProbe (ProbeActionModuleType)

This module reads object type information from the operational database

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.DataWarehouse.ActionAccount
InputTypeMicrosoft.SystemCenter.SynchronizationProcessStateData
OutputTypeMicrosoft.SystemCenter.TypedManagedEntityChangeData

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.DataWarehouse.Synchronization.TypedManagedEntityProbe" Batching="true" PassThrough="false" Accessibility="Internal" RunAs="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.ActionAccount">
<Configuration>
<xsd:element name="BatchSize" type="xsd:positiveInteger"/>
</Configuration>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.EnterpriseManagement.HealthService.Modules.DataWarehouse, Culture="", PublicKeyToken="31bf3856ad364e35", Version="7.0.5000.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.HealthService.Modules.DataWarehouse.TypedManagedEntityProbeModule</Type>
</Managed>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.TypedManagedEntityChangeData</OutputType>
<InputType>Microsoft.SystemCenter.SynchronizationProcessStateData</InputType>
</ProbeActionModuleType>