Open this page in the API Guide

OlapHierarchy.GetInstance Method

Gets a new instance of OlapHierarchy. Used for cloning.

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
protected virtual OlapHierarchy GetInstance(
	OlapDimension parentDimension
)

Parameters

parentDimension
Type: Dundas.BI.Data.Metadata.Olap.OlapDimension
The parent dimension.

Return Value

Type: OlapHierarchy
A reference to OlapHierarchy object.
See Also