CalculatedMember Constructor

Initializes a new instance of the CalculatedMember class.

Namespace:  Dundas.BI.Data.CubeDescriptors
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public CalculatedMember(
	string uniqueName,
	OlapMemberExpression expression
)

Parameters

uniqueName
Type: SystemString
The unique name of the member.
expression
Type: Dundas.BI.Data.DataProviders.OlapOlapMemberExpression
The expression.
Exceptions
ExceptionCondition
ArgumentNullExceptionexpression is .
ArgumentExceptionuniqueName is or Empty.
See Also