Share via


IDataSourceQuery.QueryMembersAndAscendants method

Gets the members that are represented by a member set expression and their ascendants.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Function QueryMembersAndAscendants ( _
    expression As String, _
    getRemainingMembers As Boolean _
) As MemberCollection
'Usage
Dim instance As IDataSourceQuery
Dim expression As String
Dim getRemainingMembers As Boolean
Dim returnValue As MemberCollection

returnValue = instance.QueryMembersAndAscendants(expression, _
    getRemainingMembers)
MemberCollection QueryMembersAndAscendants(
    string expression,
    bool getRemainingMembers
)

Parameters

  • expression
    Type: System.String

    An MDX set expression that specifies the members to include.

  • getRemainingMembers
    Type: System.Boolean

    Specifies whether the query should return members that are beyond the member query limit that is specified in the TreeViewControlMaxNumRecordsToRender service application setting.

Return value

Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The members that are represented by a member set expression and their ascendants.

See also

Reference

IDataSourceQuery interface

IDataSourceQuery members

Microsoft.PerformancePoint.Scorecards namespace