AnalysisElementCategory Enumeration

Enumeration used for defining the analysis elements category.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public enum AnalysisElementCategory
Members
  Member nameValueDescription
None0 The type of the element is not set.
Measure1 The element is a measure.
Hierarchy2 The element is a dimension hierarchy.
ProviderSpecific3 The provider specific element.
TimeHierarchy4 The element is a time hierarchy.
DerivedMeasure5 The element is defined within the MetricSet as a computation performed on existing measures, or as an existing measure on which a time lag is applied for data retrieval.
See Also