Open this page in the API Guide

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

Parameters

formulaMetricSet
Type: Dundas.BI.Entities.MetricSets.FormulaMetricSet
The formula metric set.

Return Value

Type: IEnumerable<MetricSet>
The dependent metric sets.
See Also