MemberTypeEnum
Applies to: Access 2013, Office 2013
Specifies the setting for the Type property of a Member object.
Constant |
Value |
Description |
---|---|---|
adMemberAll |
4 |
Indicates that the Member object represents all members of the level. |
adMemberFormula |
3 |
Indicates that the Member object is calculated using a formula expression. |
adMemberMeasure |
2 |
Indicates that the Member object belongs to the Measures dimension and represents a quantitative attribute. |
adMemberRegular |
1 |
Default. Indicates that the Member object represents an instance of a business entity. |
adMemberUnknown |
0 |
Cannot determine the type of the member. |