MemberTypeEnum Enumeration
Represents the member type of a Member.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Sintassi
'Dichiarazione
Public Enumeration MemberTypeEnum
public enum MemberTypeEnum
public enum class MemberTypeEnum
public enum MemberTypeEnum
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. |
Osservazioni
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.