AnalysisElementValue Constructor (Guid, String)

Initializes a new instance of the AnalysisElementValue class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public AnalysisElementValue(
	Guid parameterId,
	string analysisElementUniqueName
)

Parameters

parameterId
Type: SystemGuid
The parameter ID.
analysisElementUniqueName
Type: SystemString
The analysis element.
Exceptions
ExceptionCondition
ArgumentExceptionanalysisElementUniqueName is or Empty.
See Also