IMetricSetServiceGetFormulaMetricSetDependencies Method

Gets the formula metric set dependencies.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
IEnumerable<MetricSet> GetFormulaMetricSetDependencies(
	FormulaMetricSet formulaMetricSet
)

Parameters

formulaMetricSet
Type: Dundas.BI.Entities.MetricSetsFormulaMetricSet
The formula metric set.

Return Value

Type: IEnumerableMetricSet
The dependent metric sets.
See Also