MemberType enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents 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
Regular Represents a regular member.
Operation Represents a member operation.
Default Represents the default member.
Formula Represents a calculated member.

Remarks

MemberType is returned by the MemberType property.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace