Microsoft.SystemCenter.DataAccessService.SdkPerformanceDataProvider (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeMicrosoft.SystemCenter.Performance.LinkedData

Member Modules:

ID Module Type TypeId RunAs 
SdkDataSourceInternal DataSource Microsoft.SystemCenter.DataAccessService.InternalSdkPerformanceDataProvider Default
Mapper ConditionDetection Microsoft.SystemCenter.DataAccessService.SdkPerfDataMapper Default

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.DataAccessService.SdkPerformanceDataProvider" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element name="GlobalSettingsPropertyId" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="SdkDataSourceInternal" TypeID="Microsoft.SystemCenter.DataAccessService.InternalSdkPerformanceDataProvider">
<GlobalSettingsPropertyId>$Config/GlobalSettingsPropertyId$</GlobalSettingsPropertyId>
</DataSource>
<ConditionDetection ID="Mapper" TypeID="Microsoft.SystemCenter.DataAccessService.SdkPerfDataMapper">
<RuleId>$MPElement$</RuleId>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="Mapper">
<Node ID="SdkDataSourceInternal"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>SystemCenter!Microsoft.SystemCenter.Performance.LinkedData</OutputType>
</DataSourceModuleType>