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.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 UserHierarchyLevel
- The user hierarchy level.
- connectorElements IListConnectorElement
- The connector elements to be used for links.
Return Value
Boolean if the level is deemed compatible, otherwise
.
Exceptions
See Also