IHierarchyIsCompatibleWith Method

Checks if the current instance is compatible with the specified hierarchy.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
bool IsCompatibleWith(
	IHierarchy hierarchy,
	bool checkCube
)

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 .
Exceptions
ExceptionCondition
ArgumentNullExceptionThe is .
See Also