데이터 웨어하우스 구성 요소 배포 규칙

Microsoft.SystemCenter.DataWarehouse.Deployment.Component (Rule)

이 규칙은 데이터 웨어하우스 구성 요소 배포 작업을 실행합니다.

Knowledge Base article:

요약

데이터 웨어하우스 구성 요소 배포 작업을 실행하는 시스템 규칙입니다.

Element properties:

TargetMicrosoft.SystemCenter.DataWarehouseSynchronizationService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
ComponentDeploymentSource DataSource Microsoft.SystemCenter.DataWarehouse.Deployment.ComponentDataSource Default
WA WriteAction Microsoft.SystemCenter.DataWarehouse.Deployment.ComponentDeployer Default

Source Code:

<Rule ID="Microsoft.SystemCenter.DataWarehouse.Deployment.Component" Target="Microsoft.SystemCenter.DataWarehouseSynchronizationService" Enabled="true" ConfirmDelivery="true">
<Category>System</Category>
<DataSources>
<DataSource ID="ComponentDeploymentSource" TypeID="Microsoft.SystemCenter.DataWarehouse.Deployment.ComponentDataSource">
<DeploymentOperationListFrequencySeconds>20</DeploymentOperationListFrequencySeconds>
<DeploymentAttemptIntervalSeconds>300</DeploymentAttemptIntervalSeconds>
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<SqlAuthentication>
<Login>$RunAs[Name="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.SqlAuthenticationActionAccount"]/UserName$</Login>
<Password>$RunAs[Name="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.SqlAuthenticationActionAccount"]/Password$</Password>
</SqlAuthentication>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.DataWarehouse.Deployment.ComponentDeployer">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<SqlAuthentication>
<Login>$RunAs[Name="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.SqlAuthenticationActionAccount"]/UserName$</Login>
<Password>$RunAs[Name="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.SqlAuthenticationActionAccount"]/Password$</Password>
</SqlAuthentication>
</WriteAction>
</WriteActions>
</Rule>