MemberRelationship Enumeration (Microsoft.PerformancePoint.Scorecards)

Used in QueryRelatedMember to move along the different axis.

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

Syntax

'Declaration
Public Enumeration MemberRelationship
'Usage
Dim instance As MemberRelationship
public enum MemberRelationship

Members

  Member name Description
Children Query for the children. CurrentMember = 8. This is used for filter (parameter) data providers only. It is not implemented for other data sources.  
CurrentMember Query for the current member. CurrentMember = 7.  
FirstChild Query for the first child. FirstChild = 5.  
FirstSibling Query for the first sibling. FirstSibling = 1.  
LastChild Query for the last child. LastChild = 6.  
LastSibling Query for the last sibling. LastSibling = 4.  
NextMember Query for the next member. NextMember = 3.  
Parent Query for the parent. Parent = 0.  
PrevMember Query for the previous member. PrevMember = 2.  

Remarks

See the OlapUtils.QueryRelatedMember method.

See Also

Reference

Microsoft.PerformancePoint.Scorecards Namespace