Class that encapsulates a
DataCube measure definition.
Inheritance Hierarchy Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic sealed class DataCubeMeasure : IMeasure,
IAnalysisElement, IElement, IUniqueName, IAggregatableElement
Public NotInheritable Class DataCubeMeasure
Implements IMeasure, IAnalysisElement, IElement, IUniqueName,
IAggregatableElement
public ref class DataCubeMeasure sealed : IMeasure,
IAnalysisElement, IElement, IUniqueName, IAggregatableElement
[<SealedAttribute>]
type DataCubeMeasure =
class
interface IMeasure
interface IAnalysisElement
interface IElement
interface IUniqueName
interface IAggregatableElement
endThe DataCubeMeasure type exposes the following members.
Properties| | Name | Description |
|---|
 | AnalysisStructure |
Gets the parent analysis structure.
|
 | Caption |
Gets or sets the caption.
|
 | Category |
Gets the potential analysis category for the current instance.
|
 | Containers |
Gets the container objects used alter the presentation of the elements using a folder-like approach.
|
 | DataType |
Gets the element data type.
|
 | DefaultAggregator |
Gets or sets the default aggregator used for the current measure descriptor.
|
 | Description |
Gets or sets the description.
|
 | EntityId |
Gets the parent entity ID.
|
 | FormatInfo |
Gets the numeric format for the current instance.
|
 | IsHierarchy |
Gets a value indicating whether this instance is a hierarchy.
|
 | IsMeasure |
Gets a value indicating whether this instance is a measure.
|
 | Properties |
Gets the various uncategorized properties.
|
 | SupportedAggregators |
Gets or sets the supported aggregators used for the current measure descriptor.
|
 | UniqueName |
Gets the object unique name.
|
Top
Methods
See Also