共用方式為


MemberTypeEnum 列舉

Represents the member type of a Member.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
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.