OlapMeasure Constructor (IOlapCube, String)

Initializes a new instance of the OlapMeasure class.

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public OlapMeasure(
	IOlapCube parentCube,
	string uniqueName
)

Parameters

parentCube
Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The parent cube.
uniqueName
Type: SystemString
The element unique name.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentCube is .
ArgumentExceptionuniqueName is invalid.
See Also