Data Warehouse deployed management pack probe

Microsoft.SystemCenter.DataWarehouse.Deployment.Reporting.DeployedManagementPackProbe (ProbeActionModuleType)

This module is used to obtain a list of the management packs for which reporting - related components were successfully deployed on the SQL Server Reporting Services server

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.DataWarehouse.ReportDeploymentActionAccount
InputTypeSystem.BaseData
OutputTypeMicrosoft.SystemCenter.DeploymentManagementPacksData

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.DataWarehouse.Deployment.Reporting.DeployedManagementPackProbe" Batching="false" PassThrough="false" Accessibility="Internal" RunAs="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.ReportDeploymentActionAccount">
<Configuration/>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.EnterpriseManagement.HealthService.Modules.DataWarehouse, Culture="", PublicKeyToken="31bf3856ad364e35", Version="7.0.5000.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.HealthService.Modules.DataWarehouse.SrsDeployedManagementPackListProbeModule</Type>
</Managed>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.DeploymentManagementPacksData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>