DataCubeIsHierarchyFullyCompatible(RaggedHierarchy, ConnectorElement) Method

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 (26.2.0.1000)
Syntax
public bool IsHierarchyFullyCompatible(
	RaggedHierarchy raggedHierarchy,
	ConnectorElement connectorElement
)

Parameters

raggedHierarchy  RaggedHierarchy
The ragged hierarchy.
connectorElement  ConnectorElement
The connector element to be used to link.

Return Value

Boolean
if the hierarchy is deemed compatible, otherwise .
See Also