MeasureMetadata Class

Class used to specify user-defined metadata a IMeasure specified by name.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class MeasureMetadata : ElementMetadata

The MeasureMetadata type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Gets the element category.
(Inherited from ElementMetadata.)
Public propertyEnableSlicerAsSubquery
Gets or sets a value indicating whether "slicer as subquery" MDX optimization is enabled for this measure.
Public propertySource
Gets the metadata source kind.
(Inherited from ElementMetadata.)
Public propertyUniqueName
Gets the unique name of the element.
(Inherited from ElementMetadata.)
Top
See Also