Microsoft.SystemCenter.DataAccessService.InternalSdkPerformanceDataProvider (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.DatabaseWriteActionAccount
OutputTypeMicrosoft.SystemCenter.Performance.LinkedData
CommentProvides an entry point for perf data from the SDK

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.DataAccessService.InternalSdkPerformanceDataProvider" Comment="Provides an entry point for perf data from the SDK" Accessibility="Internal" RunAs="SystemCenter!Microsoft.SystemCenter.DatabaseWriteActionAccount" Batching="false">
<Configuration>
<xsd:element name="GlobalSettingsPropertyId" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Microsoft.Mom.SdkModules, Culture="", PublicKeyToken="31bf3856ad364e35", Version="7.0.5000.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.Modules.SdkPerformanceDataSource</Type>
</Managed>
</ModuleImplementation>
<OutputType>SystemCenter!Microsoft.SystemCenter.Performance.LinkedData</OutputType>
</DataSourceModuleType>