データ ウェアハウス オブジェクトの同期ルール

Microsoft.SystemCenter.DataWarehouse.Synchronization.ManagedEntity (Rule)

このルールは、データ ウェアハウスと管理グループ間でオブジェクトとそのプロパティに関する情報を同期します。

Knowledge Base article:

概要

データ ウェアハウスに対するマネージ エンティティ データの同期を実行するシステム ルール

Element properties:

TargetMicrosoft.SystemCenter.DataWarehouseSynchronizationService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
ManagedEntityChangeDataSource DataSource Microsoft.SystemCenter.DataWarehouse.Synchronization.ManagedEntityDataSource Default
WA WriteAction Microsoft.SystemCenter.DataWarehouse.Synchronization.ManagedEntityChangeWriter Default

Source Code:

<Rule ID="Microsoft.SystemCenter.DataWarehouse.Synchronization.ManagedEntity" Target="Microsoft.SystemCenter.DataWarehouseSynchronizationService" Enabled="true" ConfirmDelivery="true">
<Category>System</Category>
<DataSources>
<DataSource ID="ManagedEntityChangeDataSource" TypeID="Microsoft.SystemCenter.DataWarehouse.Synchronization.ManagedEntityDataSource">
<BatchSize>100</BatchSize>
<BatchGenerationFrequencySeconds>30</BatchGenerationFrequencySeconds>
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<SynchronizationProcessId>$MPElement$</SynchronizationProcessId>
<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.Synchronization.ManagedEntityChangeWriter">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<SynchronizationProcessId>$MPElement$</SynchronizationProcessId>
<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>