MemberTransformOperation Enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the type of operation performed by the member transform.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

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

Members

Member name Description
Replace Represents replacing a hierarchy member selection set.
DrillUp Represents replacing the existing hierarchy selection with the parent element of a member and the parent element's siblings.
DrillDown Represents replacing the existing hierarchy selection with the child elements of a member.
Expand Represents adding the child elements of a member to a hierarchy selection.

Remarks

This enumeration defines how a member operation affects a hierarchy member selection. Operations can be classified as either adding to or replacing the existing hierarchy member selections.

See Also

Reference

Microsoft.PerformancePoint.Scorecards Namespace