DataSource.MemberRelationship Enumeration
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a relationship between two 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 DataSource.MemberRelationship
public enum MemberRelationship
Members
Member name | Description | |
---|---|---|
Parent | Represents the parent element. | |
FirstSibling | Represents the first sibling. | |
PrevMember | Represents the previous member. | |
NextMember | Represents the next member. | |
LastSibling | Represents the last sibling. | |
FirstChild | Represents the first child element. | |
LastChild | Represents the last child element. | |
CurrentMember | Represents the current member. |
Remarks
These definitions are used in queries for related members.