MetricSet Methods |
The MetricSet type exposes the following members.
| Name | Description | |
|---|---|---|
| AddCalculatedMeasure |
Add a new script measure, based on a Dundas statement that combines existing measures and possible numeric parameters.
| |
| AddColumnHierarchy |
Add a new column hierarchy.
| |
| AddContextualMeasure |
Add a new contextual measure. The user is responsible for entering contextual measure data.
| |
| AddCountHierarchyMeasure(IHierarchy) |
Add a new measure, based on the count or distinct count of a specified hierarchy members.
| |
| AddCountHierarchyMeasure(IHierarchyLevel) |
Add a new measure, based on the count or distinct count of a specified hierarchy level members.
| |
| AddCountMeasure |
Adds an automatic count measure.
| |
| AddDynamicHierarchy |
Adds a new dynamic hierarchy to the current instance.
| |
| AddDynamicMeasure |
Adds a new dynamic measure to the current instance.
| |
| AddMeasure |
Add a new measure.
| |
| AddParallelPeriodMeasure(String, MeasureUsage, HierarchyUsage) |
Add a new parallel period measure, based on an existing metric set measure.
| |
| AddParallelPeriodMeasure(String, MeasureUsage, ITimeHierarchyLevel, Int32) |
Add a new parallel period measure, based on an existing metric set measure.
| |
| AddParallelSlicedMeasure |
Add a new parallel sliced measure, based on an existing measure.
| |
| AddQueryOptimizationHint |
Adds the appropriate query optimization value for the specified provider query hint ID.
| |
| AddRowHierarchy |
Add a new row hierarchy.
| |
| AddSlicerHierarchy |
Add a new slicer hierarchy.
| |
| AddStateGroup(String, String) |
Adds a new state group, linked to all the metric set measures.
| |
| AddStateGroup(MeasureUsage, String, String) |
Adds a new state group, linked to the specified measure.
| |
| ChangeHierarchyPlacement |
Changes the hierarchy placement.
| |
| 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.
| |
| GetAnalysisStructure |
Gets the analysis structure on which the current instance is based.
| |
| MoveElementBefore |
Moves the source element before the target element in the metric set element collection.
| |
| RemoveAllHierarchyGroups |
Removes all hierarchy groups.
| |
| RemoveAnalysisElement |
Removes the specified usage element.
| |
| RemoveCustomHierarchyGroup |
Removes the specified custom hierarchy group.
| |
| RemoveOtherGroupSettings |
Removes the existing "Other" group settings.
| |
| RemoveQueryOptimizationHint |
Removes the query optimization hint.
| |
| RemoveQueryOptimizationHints |
Removes the query optimization hints.
| |
| RemoveStateGroup |
Removes the state group.
| |
| RemoveTopBottomSettings |
Removes the existing top / bottom settings.
| |
| ReplaceElement |
Replaces the original usage element with the analysis element, if the categories are compatible.
The target element is removed.
| |
| SetupOtherGroupSettings |
Creates an "Other" group settings for the current instance, using the specified measure. Any previous settings are cleared.
| |
| SetupTopBottomSettings |
Creates a new top / bottom settings for the current instance, using the specified measure. Any previous settings are cleared.
| |
| ToString | Returns a string that represents the current object. (Inherited from FileSystemEntry.) |