DataSource.MemberRelationship Enumeration (Microsoft.PerformancePoint.Scorecards)

Represents the relationship between two members. This is used to query for related members.

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
CurrentMember Query for the current member. LastChild = 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

Also see QueryRelatedMember.

See Also

Reference

Microsoft.PerformancePoint.Scorecards Namespace