Compartilhar 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