Open this page in the API Guide

DataCube.IsHierarchyFullyCompatible Method (RaggedHierarchy, ConnectorElement)

Determines whether the specified ragged hierarchy is compatible, from a data type point of view, with the referenced connector element to be used as links.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public bool IsHierarchyFullyCompatible(
	RaggedHierarchy raggedHierarchy,
	ConnectorElement connectorElement
)

Parameters

raggedHierarchy
Type: Dundas.BI.Entities.UserHierarchies.RaggedHierarchy
The ragged hierarchy.
connectorElement
Type: Dundas.BI.Data.Transforms.ConnectorElement
The connector element to be used to link.

Return Value

Type: Boolean
true if the hierarchy is deemed compatible, otherwise false.
See Also