IMsCalculationStatsDiff

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsCalculationStatsDiff interface is used to get information about differences in the values of ETL task execution statistic.

Inheritance Hierarchy

IMsCalculationStatsDiff

Comments

Statistics are compared using the IMsCalculationStats.Compare method. Information about differences in values after the comparison can be obtained using the IMsCalculationStatsDiffList.Item property.

Properties

  Property name Brief description
The Left property returns information about source statistic.
The Right property returns information about compared statistic.

See also:

Ms Assembly Interfaces