Compartir a través de


MemberTypeEnum Enumeration

Represents the member type of a Member.

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

Sintaxis

'Declaración
<SuppressMessageAttribute("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix")> _
Public Enumeration MemberTypeEnum
[SuppressMessageAttribute("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix")] 
public enum MemberTypeEnum
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1711:IdentifiersShouldNotHaveIncorrectSuffix")] 
public enum class MemberTypeEnum
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix") */ 
public enum MemberTypeEnum
SuppressMessageAttribute("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix") 
public enum MemberTypeEnum

Members

Member name Description
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.

Notas

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.AnalysisServices.AdomdServer Namespace