Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the types of queries for member relationships.
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 | |
|---|---|---|
| Parent | Represents a query for the parent. | |
| FirstSibling | Represents a query for the first sibling. | |
| PrevMember | Represents a query for the previous member. | |
| NextMember | Represents a query for the next member. | |
| LastSibling | Represents a query for the last sibling. | |
| FirstChild | Represents a query for the first child element. | |
| LastChild | Represents a query for the last child element. | |
| CurrentMember | Represents a query for the current member. | |
| Children | Represents a query for child elements.
This field is used by filter data providers only. It is not implemented for other data sources. |
Remarks
This type is used in the QueryRelatedMember method to move along the different axes.