데이터 웨어하우스 배포된 관리 팩 프로브

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

이 모듈은 보고 관련 구성 요소가 SQL Server Reporting Services 서버에 배포된 관리 팩 목록을 가져오는 데 사용됩니다.

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>