MetricSet Methods

The MetricSet type exposes the following members.

Methods
  NameDescription
Public methodAddCalculatedMeasure
Add a new script measure, based on a Dundas statement that combines existing measures and possible numeric parameters.
Public methodAddColumnHierarchy
Add a new column hierarchy.
Public methodAddContextualMeasure
Add a new contextual measure. The user is responsible for entering contextual measure data.
Public methodAddCountHierarchyMeasure(IHierarchy)
Add a new measure, based on the count or distinct count of a specified hierarchy members.
Public methodAddCountHierarchyMeasure(IHierarchyLevel)
Add a new measure, based on the count or distinct count of a specified hierarchy level members.
Public methodAddCountMeasure
Adds an automatic count measure.
Public methodAddDynamicHierarchy
Adds a new dynamic hierarchy to the current instance.
Public methodAddDynamicMeasure
Adds a new dynamic measure to the current instance.
Public methodAddMeasure
Add a new measure.
Public methodAddParallelPeriodMeasure(String, MeasureUsage, HierarchyUsage)
Add a new parallel period measure, based on an existing metric set measure.
Public methodAddParallelPeriodMeasure(String, MeasureUsage, ITimeHierarchyLevel, Int32)
Add a new parallel period measure, based on an existing metric set measure.
Public methodAddParallelSlicedMeasure
Add a new parallel sliced measure, based on an existing measure.
Public methodAddQueryOptimizationHint
Adds the appropriate query optimization value for the specified provider query hint ID.
Public methodAddRowHierarchy
Add a new row hierarchy.
Public methodAddSlicerHierarchy
Add a new slicer hierarchy.
Public methodAddStateGroup(String, String)
Adds a new state group, linked to all the metric set measures.
Public methodAddStateGroup(MeasureUsage, String, String)
Adds a new state group, linked to the specified measure.
Public methodChangeHierarchyPlacement
Changes the hierarchy placement.
Public methodConfigureSortPriorities
Configures the sorting priorities for the current instance. The method allows changing the index position on the corresponding axis for all the metric set elements, thus reflecting the new sorting priorities.
Public methodGetAnalysisStructure
Gets the analysis structure on which the current instance is based.
Public methodMoveElementBefore
Moves the source element before the target element in the metric set element collection.
Public methodRemoveAllHierarchyGroups
Removes all hierarchy groups.
Public methodRemoveAnalysisElement
Removes the specified usage element.
Public methodRemoveCustomHierarchyGroup
Removes the specified custom hierarchy group.
Public methodRemoveOtherGroupSettings
Removes the existing "Other" group settings.
Public methodRemoveQueryOptimizationHint
Removes the query optimization hint.
Public methodRemoveQueryOptimizationHints
Removes the query optimization hints.
Public methodRemoveStateGroup
Removes the state group.
Public methodRemoveTopBottomSettings
Removes the existing top / bottom settings.
Public methodReplaceElement
Replaces the original usage element with the analysis element, if the categories are compatible. The target element is removed.
Public methodSetupOtherGroupSettings
Creates an "Other" group settings for the current instance, using the specified measure. Any previous settings are cleared.
Public methodSetupTopBottomSettings
Creates a new top / bottom settings for the current instance, using the specified measure. Any previous settings are cleared.
Public methodToString
Returns a string that represents the current object.
(Inherited from FileSystemEntry.)
Top
See Also