FormulaMetricSet Methods |
The FormulaMetricSet type exposes the following members.
| Name | Description | |
|---|---|---|
| AddCalculatedMeasure(MeasureUsage, MetricSetUsage) |
Add a new measure to the current instance. The measure must belong to one of the already defined dependencies.
| |
| AddCalculatedMeasure(String, String, String) |
Add a new script measure, based on a Dundas statement that combines existing measures and possible numeric parameters.
(Inherited from MetricSet.) | |
| AddCalculatedMeasure(String, String, String, IEnumerableMetricSetUsage) |
Add a new calculated measure to the current instance.
| |
| AddColumnHierarchy |
Adds a new column hierarchy and automatically links any corresponding generic dependency parameters to the current usage element parameters.
(Overrides MetricSetAddColumnHierarchy(IHierarchy).) | |
| AddContextualMeasure |
Add a new contextual measure. The user is responsible for entering contextual measure data.
(Inherited from MetricSet.) | |
| AddCountHierarchyMeasure(IHierarchy) |
Add a new measure, based on the count or distinct count of a specified hierarchy members.
(Inherited from MetricSet.) | |
| AddCountHierarchyMeasure(IHierarchyLevel) |
Add a new measure, based on the count or distinct count of a specified hierarchy level members.
(Inherited from MetricSet.) | |
| AddCountMeasure |
Adds an automatic count measure.
(Inherited from MetricSet.) | |
| AddDynamicHierarchy |
Adds a new dynamic hierarchy to the current instance.
(Inherited from MetricSet.) | |
| AddDynamicMeasure |
Adds a new dynamic measure to the current instance.
(Inherited from MetricSet.) | |
| AddHierarchy |
Adds a new hierarchy and automatically links any corresponding parameters of the dependency with the specified name to the current usage element parameters.
| |
| AddMeasure |
Add a new measure to the current instance. The measure must belong to one of the already defined dependencies.
(Overrides MetricSetAddMeasure(IMeasure).) | |
| AddParallelPeriodMeasure(String, MeasureUsage, HierarchyUsage) |
Add a new parallel period measure, based on an existing metric set measure.
(Overrides MetricSetAddParallelPeriodMeasure(String, MeasureUsage, HierarchyUsage).) | |
| AddParallelPeriodMeasure(String, MeasureUsage, ITimeHierarchyLevel, Int32) |
Add a new parallel period measure, based on an existing metric set measure.
(Overrides MetricSetAddParallelPeriodMeasure(String, MeasureUsage, ITimeHierarchyLevel, Int32).) | |
| AddParallelSlicedMeasure |
Add a new parallel sliced measure, based on an existing measure.
(Overrides MetricSetAddParallelSlicedMeasure(String, MeasureUsage).) | |
| AddQueryOptimizationHint |
Adds the appropriate query optimization value for the specified provider query hint ID.
(Inherited from MetricSet.) | |
| AddRowHierarchy |
Adds a new row hierarchy and automatically links any corresponding generic dependency parameters to the current usage element parameters.
(Overrides MetricSetAddRowHierarchy(IHierarchy).) | |
| AddSlicerHierarchy |
Adds a new slicer hierarchy and automatically links any corresponding generic dependency parameters to the current usage element parameters.
(Overrides MetricSetAddSlicerHierarchy(IHierarchy).) | |
| AddStateGroup(String, String) |
Adds a new state group, linked to all the metric set measures.
(Inherited from MetricSet.) | |
| AddStateGroup(MeasureUsage, String, String) |
Adds a new state group, linked to the specified measure.
(Inherited from MetricSet.) | |
| ChangeHierarchyPlacement |
Changes the hierarchy placement.
(Inherited from MetricSet.) | |
| ConfigureSortPriorities |
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.
(Inherited from MetricSet.) | |
| GetAnalysisStructure |
Gets the analysis structure on which the current instance is based.
(Inherited from MetricSet.) | |
| HideParameter |
Sets the script metric set inherited parameter as private, and assigns it the specified default value.
| |
| LinkParameters(Parameter, Parameter) |
Sets the linked parameter as private and links its values to the source parameter.
| |
| LinkParameters(Parameter, IEnumerableParameter) |
Sets all the linked parameters as private and links their values to the source parameter.
| |
| MoveElementBefore |
Moves the source element before the target element in the metric set element collection.
(Inherited from MetricSet.) | |
| RemoveAllHierarchyGroups |
Removes all hierarchy groups.
(Inherited from MetricSet.) | |
| RemoveAnalysisElement |
Removes the specified usage element.
(Inherited from MetricSet.) | |
| RemoveCustomHierarchyGroup |
Removes the specified custom hierarchy group.
(Inherited from MetricSet.) | |
| RemoveOtherGroupSettings |
Removes the existing "Other" group settings.
(Inherited from MetricSet.) | |
| RemoveQueryOptimizationHint |
Removes the query optimization hint.
(Inherited from MetricSet.) | |
| RemoveQueryOptimizationHints |
Removes the query optimization hints.
(Inherited from MetricSet.) | |
| RemoveStateGroup |
Removes the state group.
(Inherited from MetricSet.) | |
| RemoveTopBottomSettings |
Removes the existing top / bottom settings.
(Inherited from MetricSet.) | |
| ReplaceElement |
Replaces the original usage element with the analysis element, if the categories are compatible.
The target element is removed.
(Overrides MetricSetReplaceElement(AnalysisElementUsage, IAnalysisElement).) | |
| SetupOtherGroupSettings |
Creates an "Other" group settings for the current instance, using the specified measure. Any previous settings are cleared.
(Inherited from MetricSet.) | |
| SetupTopBottomSettings |
Creates a new top / bottom settings for the current instance, using the specified measure. Any previous settings are cleared.
(Inherited from MetricSet.) | |
| ToString | Returns a string that represents the current object. (Inherited from FileSystemEntry.) |