다음을 통해 공유


MemberTypeEnum 열거형

Represents the member type of a Member.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient

구문

‘선언
Public Enumeration MemberTypeEnum
‘사용 방법
Dim instance As MemberTypeEnum
public enum MemberTypeEnum
public enum class MemberTypeEnum
type MemberTypeEnum
public enum MemberTypeEnum

멤버

멤버 이름 설명
Unknown The member type is unknown.
Regular The member is a regular member.
All The member is an All member.
Measure The member is a measure.
Formula The 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.