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 type of transform to perform on a member set, which is represented by a MemberCollection object.
Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration QueryTransformMembersType
'Usage
Dim instance As QueryTransformMembersType
[SerializableAttribute]
public enum QueryTransformMembersType
Members
| Member name | Description | |
|---|---|---|
| Hierarchize | Represents a hierarchical representation of the member set. | |
| Parents | Represents the parent of each member in the set. | |
| Ancestors | Represents the ancestors of each member in the set. | |
| AscendantsIntersect | Represents the original set plus any direct ancestor that is contained in the set. |