DataCubeIsHierarchyLevelFullyCompatible Method  | 
 
            Determines whether the specified user hierarchy level is compatible, from a data type point of view, with the referenced connector elements 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.3.0.1000)
Syntaxpublic bool IsHierarchyLevelFullyCompatible(
	UserHierarchyLevel hierarchyLevel,
	IList<ConnectorElement> connectorElements
)
Public Function IsHierarchyLevelFullyCompatible ( 
	hierarchyLevel As UserHierarchyLevel,
	connectorElements As IList(Of ConnectorElement)
) As Boolean
public:
bool IsHierarchyLevelFullyCompatible(
	UserHierarchyLevel^ hierarchyLevel, 
	IList<ConnectorElement^>^ connectorElements
)
member IsHierarchyLevelFullyCompatible : 
        hierarchyLevel : UserHierarchyLevel * 
        connectorElements : IList<ConnectorElement> -> bool 
Parameters
- hierarchyLevel
 - Type: Dundas.BI.Entities.UserHierarchiesUserHierarchyLevel
The user hierarchy level. - connectorElements
 - Type: System.Collections.GenericIListConnectorElement
The connector elements to be used for links. 
Return Value
Type: 
Boolean if the level is deemed compatible, otherwise 
.
Exceptions
See Also