Door datawarehouse geïmplementeerde probe voor management pack

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

Deze module wordt gebruikt om een query uit te voeren op het datawarehouse voor een lijst van de management packs waar aan het datawarehouse gerelateerde onderdelen (scripts, data sets) zonder problemen naar de databases zijn geïmplementeerd

Element properties:

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

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.DataWarehouse.Deployment.Reporting.DeployedComponentManagementPackProbe" Batching="false" PassThrough="false" Accessibility="Internal" RunAs="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.ActionAccount">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>DataWarehouse!Microsoft.SystemCenter.DataWarehouse.SqlAuthenticationSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="ManagementGroupId" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element name="SqlAuthentication" type="SqlAuthenticationType" minOccurs="0" maxOccurs="1"/>
</Configuration>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.EnterpriseManagement.HealthService.Modules.DataWarehouse, Culture="", PublicKeyToken="31bf3856ad364e35", Version="7.0.5000.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.HealthService.Modules.DataWarehouse.DataWarehouseDeployedReportListProbeModule</Type>
</Managed>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.DeploymentManagementPacksData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>