Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 1.13 KB

File metadata and controls

29 lines (28 loc) · 1.13 KB
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
MemberTypeEnum
helpviewer_keywords
MemberTypeEnum enumeration [ADO MD]
ms.assetid 5d8132c0-7ca2-4f86-8336-1b34213869ad
author rothja
ms.author jroth

MemberTypeEnum

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.