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 (26.2.0.1000)
Syntax
IEnumerable<MetricSet> GetFormulaMetricSetDependencies(
	FormulaMetricSet formulaMetricSet
)

Parameters

formulaMetricSet  FormulaMetricSet
The formula metric set.

Return Value

IEnumerableMetricSet
The dependent metric sets.
See Also