Expand Minimize
This topic has not yet been rated - Rate this topic

MemberTypeEnum Enumeration

Represents the member type of a Member.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
public enum MemberTypeEnum
Member nameDescription
UnknownThe member type is unknown.
RegularThe member is a regular member.
AllThe member is an All member.
MeasureThe member is a measure.
FormulaThe member is a calculated member or calculated measure.

Formula takes precedence over Measure. Therefore, if a calculated member exists on the Measures dimension, the Type property of the Member that represents that calculated member is set to Formula, not Measure.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.