MemberColumnTypes Enumeration

Type of a hierarchy member column.

Namespace:  Dundas.BI.Entities.UserHierarchies
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[FlagsAttribute]
public enum MemberColumnTypes
Members
  Member nameValueDescription
None0 The column has no special role.
Key1 The column is part of the member key.
Caption2 The column is a caption.
ParentKey4 The column is part of parent member key.
LevelKey8 The column the level key.
LevelCaption16 The column a level caption.
Attribute32 The column exposes an attribute value.
See Also