HierarchyGenerationMethod Enumeration

Method of generating user hierarchy.

Namespace:  Dundas.BI.Entities.UserHierarchies
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum HierarchyGenerationMethod
Members
  Member nameValueDescription
SingleLevel0 Generates single-level hierarchy based on the specified entity.
UseRelationships1 Uses relationships to generate hierarchy.
UseColumnCorrelations2 Tries to build multi-level hierarchy based on column correlations.
BestGuess3 The best guess. If there are any relationships between tables, uses relationships; otherwise tries to build multi-level hierarchy based on column correlations.
See Also