OlapDimension Constructor (IOlapCube, String, OlapDimensionType, IReadOnlyCollectionIElementContainer)

Initializes a new instance of the OlapDimension 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 OlapDimension(
	IOlapCube parentCube,
	string uniqueName,
	OlapDimensionType dimensionType,
	IReadOnlyCollection<IElementContainer> containers
)

Parameters

parentCube
Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The parent cube.
uniqueName
Type: SystemString
The element unique name.
dimensionType
Type: Dundas.BI.Data.Metadata.OlapOlapDimensionType
Type of the dimension.
containers
Type: System.Collections.GenericIReadOnlyCollectionIElementContainer
The parent containers.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentCube is .
ArgumentExceptionuniqueName is an empty string.
See Also