DimensionSelectorContains Method (OlapHierarchy)

Determines whether virtual cube contains the specified hierarchy.

Namespace:  Dundas.BI.Data.CubeDescriptors
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public bool Contains(
	OlapHierarchy hierarchy
)

Parameters

hierarchy
Type: Dundas.BI.Data.Metadata.OlapOlapHierarchy
The hierarchy.

Return Value

Type: Boolean
if contains the specified hierarchy; otherwise, .
See Also