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
expression
Type: System.StringThe expression to run.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The members that are represented by the member set expression.