Regola di manutenzione serie di dati data warehouse standard

Microsoft.SystemCenter.DataWarehouse.StandardDataSetMaintenance (Rule)

Questa regola esegue attività di manutenzione su una serie di dati standard data warehouse

Knowledge Base article:

Riepilogo

Regola di sistema che esegue le operazioni di manutenzione standard delle serie di dati data warehouse

Element properties:

TargetMicrosoft.SystemCenter.DataWarehouse.StandardDataSet
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Timer DataSource Microsoft.SystemCenter.DataWarehouse.StandardDataSetMaintenanceTimerDataSource Default
WA WriteAction Microsoft.SystemCenter.DataWarehouse.StandardDataSetMaintenanceAction Default

Source Code:

<Rule ID="Microsoft.SystemCenter.DataWarehouse.StandardDataSetMaintenance" Target="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.StandardDataSet" Enabled="true" ConfirmDelivery="false">
<Category>System</Category>
<DataSources>
<DataSource ID="Timer" TypeID="Microsoft.SystemCenter.DataWarehouse.StandardDataSetMaintenanceTimerDataSource">
<MaintenanceFrequencySeconds>60</MaintenanceFrequencySeconds>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.DataWarehouse.StandardDataSetMaintenanceAction">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<DataSetId>$Target/Property[Type="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.DataSet"]/InstanceGuid$</DataSetId>
<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>