3.1.4.64.4.1 QueryTransformMembersType

Namespace: http://www.microsoft.com/performancepoint/scorecards

Specifies the transformation type that will be applied to the collection of Member complex types (section 2.2.4.134).

 <xs:simpleType name="QueryTransformMembersType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Hierarchize"/>
     <xs:enumeration value="Parents"/>
     <xs:enumeration value="Ancestors"/>
     <xs:enumeration value="AscendantsIntersect"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the QueryTransformMembersType simple type.

Value

Meaning

Hierarchize

Returns the hierarchized representation of the member set.

Parents

Returns the parent of each member on the set. This operation type is reserved and MUST NOT be called.

Ancestors

Returns the ancestor of each member on the set. This operation type is reserved and MUST NOT be called.

AscendantsIntersect

Returns the original set plus any direct ancestor contained in the set.