Share via


IDataSourceQuery.QueryMemberAndParents method (String, Boolean)

Gets the members that are represented by a member set expression and their parent elements, optionally including the members that are beyond the member query limit.

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

Syntax

'Declaration
Function QueryMemberAndParents ( _
    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.QueryMemberAndParents(expression, _
    getRemainingMembers)
MemberCollection QueryMemberAndParents(
    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 parent elements, optionally including the members that are beyond the member query limit.

See also

Reference

IDataSourceQuery interface

IDataSourceQuery members

QueryMemberAndParents overload

Microsoft.PerformancePoint.Scorecards namespace