UserHierarchyIsCompatibleWith Method  | 
 
            Checks if the current instance is compatible with the specified hierarchy.
            
 
    Namespace: 
   Dundas.BI.Entities.UserHierarchies
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsCompatibleWith(
	IHierarchy hierarchy,
	bool checkCube
)
Public Function IsCompatibleWith ( 
	hierarchy As IHierarchy,
	checkCube As Boolean
) As Boolean
public:
virtual bool IsCompatibleWith(
	IHierarchy^ hierarchy, 
	bool checkCube
) sealed
abstract IsCompatibleWith : 
        hierarchy : IHierarchy * 
        checkCube : bool -> bool 
override IsCompatibleWith : 
        hierarchy : IHierarchy * 
        checkCube : bool -> bool Parameters
- hierarchy
 - Type: Dundas.BI.Data.MetadataIHierarchy
The hierarchy the analysis is performed against. - checkCube
 - Type: SystemBoolean
Value that indicates if the cube parentage should be checked as well for the compatibility analysis. 
Return Value
Type: 
Boolean if the current instance is compatible, otherwise 
.
Implements
IHierarchyIsCompatibleWith(IHierarchy, Boolean)
Exceptions
See Also