OlapHierarchy Constructor

Initializes a new instance of the OlapHierarchy 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 OlapHierarchy(
	OlapDimension parentDimension,
	string uniqueName,
	string defaultMemberUniqueName,
	IReadOnlyCollection<IElementContainer> containers
)

Parameters

parentDimension
Type: Dundas.BI.Data.Metadata.OlapOlapDimension
The parent dimension.
uniqueName
Type: SystemString
The element unique name.
defaultMemberUniqueName
Type: SystemString
Default name of the member unique.
containers
Type: System.Collections.GenericIReadOnlyCollectionIElementContainer
The parent containers.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentDimension is .
ArgumentExceptionuniqueName is invalid.
See Also