Compartir a través de


Enumeración MemberTypeEnum

Represents the member type of a Member.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Enumeration MemberTypeEnum
'Uso
Dim instance As MemberTypeEnum
public enum MemberTypeEnum
public enum class MemberTypeEnum
type MemberTypeEnum
public enum MemberTypeEnum

Miembros

Nombre del miembro Descripción
All The member is an All member.
Formula The member is a calculated member or calculated measure.
Measure The member is a measure.
Regular The member is a regular member.
Unknown The member type is unknown.

Comentarios

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.