OptimizerResult Class

Class used for storing the data retrieval optimization analysis result.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalOptimizerResult

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class OptimizerResult

The OptimizerResult type exposes the following members.

Properties
  NameDescription
Public propertyAnalysisMessage
Gets the resulting analysis message, indicating the possible automatic optimizations, if any are found.
Public propertyIsInMemoryOptimizable
Gets a flag indicating if the underlying MetricSet for the current data request can be optimized by modelling its corresponding DataCube in-memory.
Public propertyIsWarehouseOptimizable
Gets a flag indicating if the underlying MetricSet for the current data request can be optimized by warehousing its corresponding DataCube.
Top
See Also