FormulaMetricSetLinkParameters Method (Parameter, IEnumerableParameter)

Sets all the linked parameters as private and links their values to the source parameter.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public void LinkParameters(
	Parameter sourceParameter,
	IEnumerable<Parameter> linkedParameters
)

Parameters

sourceParameter
Type: Dundas.BI.Data.ParametersParameter
The source parameter.
linkedParameters
Type: System.Collections.GenericIEnumerableParameter
The linked parameters.
Exceptions
ExceptionCondition
ArgumentNullExceptionsourceParameter or linkedParameters is .
See Also