DataCubeIsHierarchyFullyCompatible 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 (24.3.0.1000)
Syntax public bool IsHierarchyFullyCompatible(
RaggedHierarchy raggedHierarchy,
ConnectorElement connectorElement
)
Public Function IsHierarchyFullyCompatible (
raggedHierarchy As RaggedHierarchy,
connectorElement As ConnectorElement
) As Boolean
public:
bool IsHierarchyFullyCompatible(
RaggedHierarchy^ raggedHierarchy,
ConnectorElement^ connectorElement
)
member IsHierarchyFullyCompatible :
raggedHierarchy : RaggedHierarchy *
connectorElement : ConnectorElement -> bool
Parameters
- raggedHierarchy
- Type: Dundas.BI.Entities.UserHierarchiesRaggedHierarchy
The ragged hierarchy. - connectorElement
- Type: Dundas.BI.Data.TransformsConnectorElement
The connector element to be used to link.
Return Value
Type:
Boolean if the hierarchy is deemed compatible, otherwise
.
See Also