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 Enumeration MemberKind
public enum class MemberKind
Members
| Member name | Value | Description |
---|
| NotSet | 0 |
Member type not set.
|
| Regular | 1 |
Regular member type.
|
| Measure | 2 |
Measure member type.
|
| Formula | 3 |
Formula member type.
|
| Unknown | 4 |
The unknown member.
|
| All | 5 |
All member types.
|
| Virtual | 6 |
Virtual member, defined outside the parent hierarchy.
|
| NotApplicable | 7 |
The member is used for attribute hierarchies in describing a case when the attribute value is not applicable.
|
See Also