OlapLevel Constructor

Initializes a new instance of the OlapLevel 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 OlapLevel(
	OlapHierarchy parentHierarchy,
	string uniqueName,
	LevelType levelType,
	int levelDepth
)

Parameters

parentHierarchy
Type: Dundas.BI.Data.Metadata.OlapOlapHierarchy
The parent hierarchy.
uniqueName
Type: SystemString
The element unique name.
levelType
Type: Dundas.BI.Data.MetadataLevelType
Type of the level.
levelDepth
Type: SystemInt32
The level depth.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentHierarchy or uniqueName is .
ArgumentExceptionuniqueName is or an empty string.
See Also