Share via


IDataSourceQuery.QueryMembers method

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

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

Syntax

'Declaration
Function QueryMembers ( _
    expression As String _
) As MemberCollection
'Usage
Dim instance As IDataSourceQuery
Dim expression As String
Dim returnValue As MemberCollection

returnValue = instance.QueryMembers(expression)
MemberCollection QueryMembers(
    string expression
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The members that are represented by the member set expression.

See also

Reference

IDataSourceQuery interface

IDataSourceQuery members

Microsoft.PerformancePoint.Scorecards namespace