Поделиться через


Перечисление 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.