| description |
MemberTypeEnum |
| title |
MemberTypeEnum | Microsoft Docs |
| ms.prod |
sql |
| ms.prod_service |
connectivity |
| ms.technology |
ado |
| ms.custom |
|
| ms.date |
01/19/2017 |
| ms.reviewer |
|
| ms.topic |
conceptual |
| apitype |
COM |
| f1_keywords |
|
| helpviewer_keywords |
MemberTypeEnum enumeration [ADO MD] |
|
| ms.assetid |
5d8132c0-7ca2-4f86-8336-1b34213869ad |
| author |
rothja |
| ms.author |
jroth |
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. |