OlapMeasure Class

Class that represents an OLAP measure.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.Metadata.OlapOlapElement
    Dundas.BI.Data.Metadata.OlapOlapMeasure

Namespace: Dundas.BI.Data.Metadata.Olap
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public sealed class OlapMeasure : OlapElement, 
	IMeasure, IAnalysisElement, IElement, IUniqueName, IAggregatableElement, 
	IElementContainer

The OlapMeasure type exposes the following members.

Constructors
 NameDescription
Public methodOlapMeasure(IOlapCube, String) Initializes a new instance of the OlapMeasure class.
Public methodOlapMeasure(IOlapCube, String, IReadOnlyCollectionIElementContainer) Initializes a new instance of the OlapMeasure class.
Public methodOlapMeasure(IOlapCube, String, DataType, String, OlapAggregationType, String, IReadOnlyCollectionIElementContainer) Initializes a new instance of the OlapMeasure class.
Top
Properties
 NameDescription
Public propertyAggregationType Gets the type of the aggregation.
Public propertyAnalysisStructure Gets the parent analysis structure.
(Inherited from OlapElement)
Public propertyAncestryUniqueName Gets the unique name of the container by prefixing it with unique names of all the ancestors.
Public propertyCaption Gets or sets the caption.
(Inherited from OlapElement)
Public propertyCategory Gets the potential analysis category for the current instance.
(Overrides OlapElementCategory)
Public propertyContainers Gets the container objects used alter the presentation of the elements using a folder-like approach.
(Inherited from OlapElement)
Public propertyDataProvider Gets the data provider.
(Inherited from OlapElement)
Public propertyDataType Gets the element data type.
Public propertyDefaultAggregator Gets or sets the default aggregator.
Public propertyDescription Gets or sets the description.
(Inherited from OlapElement)
Public propertyEntityId Gets the parent entity ID.
(Inherited from OlapElement)
Public propertyExpression Gets or sets the OLAP native expression.
Public propertyFormatInfo Gets the numeric format for the current instance.
Public propertyIsHierarchy Gets a value indicating whether this instance is a hierarchy.
(Inherited from OlapElement)
Public propertyIsMeasure Gets a value indicating whether this instance is a measure.
(Inherited from OlapElement)
Public propertyItem Gets the Object with the specified name.
(Inherited from OlapElement)
Public propertyName Gets or sets the name.
(Inherited from OlapElement)
Public propertyParent Gets or sets the parent object.
(Inherited from OlapElement)
Public propertyParentContainer Gets the parent containers, if the current instance is a child.
Public propertyParentCube Gets the parent cube.
(Inherited from OlapElement)
Public propertyProperties Gets the various uncategorized properties.
(Inherited from OlapElement)
Public propertyResultType Gets the type of the result.
Public propertySupportedAggregators Gets or sets the supported aggregators.
Public propertyUniqueName Gets the object unique name.
(Inherited from OlapElement)
Public propertyUnits Gets the OLAP native units.
Top
Methods
 NameDescription
Public methodCompareTo Compares current instance with argument instance.
(Inherited from OlapElement)
Public methodGetHashCodeServes as the default hash function.
(Inherited from OlapElement)
Public methodToStringReturns a string that represents the current object.
(Inherited from OlapElement)
Top
See Also