MemberKind Enumeration

Member type enumeration.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum MemberKind
Members
  Member nameValueDescription
NotSet0 Member type not set.
Regular1 Regular member type.
Measure2 Measure member type.
Formula3 Formula member type.
Unknown4 The unknown member.
All5 All member types.
Virtual6 Virtual member, defined outside the parent hierarchy.
NotApplicable7 The member is used for attribute hierarchies in describing a case when the attribute value is not applicable.
See Also