MemberType Enumeration (Microsoft.PerformancePoint.Scorecards)

The type of member.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration MemberType
'Usage
Dim instance As MemberType
[SerializableAttribute] 
public enum MemberType

Members

  Member name Description
Default The member object that represents the default member. Default = 2  
Formula The member object that represents a calculated member. Formula = 3  
Operation The member object that represents a member operation. Operation = 1.  
Regular A regular member. Regular = 0.  

See Also

Reference

Microsoft.PerformancePoint.Scorecards Namespace