DataCubeIsHierarchyFullyCompatible Method (UserHierarchy, ConnectorElement) | 
 
            Determines whether the specified user 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.3.0.1000)
Syntaxpublic bool IsHierarchyFullyCompatible(
	UserHierarchy userHierarchy,
	ConnectorElement connectorElement
)
Public Function IsHierarchyFullyCompatible ( 
	userHierarchy As UserHierarchy,
	connectorElement As ConnectorElement
) As Boolean
public:
bool IsHierarchyFullyCompatible(
	UserHierarchy^ userHierarchy, 
	ConnectorElement^ connectorElement
)
member IsHierarchyFullyCompatible : 
        userHierarchy : UserHierarchy * 
        connectorElement : ConnectorElement -> bool 
Parameters
- userHierarchy
 - Type: Dundas.BI.Entities.UserHierarchiesUserHierarchy
The user 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