IDataSourceQuery.QueryMemberAndParents Method
Gets the members that are represented by a member set expression and their parent elements.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function QueryMemberAndParents ( _
expression As String _
) As MemberCollection
'Usage
Dim instance As IDataSourceQuery
Dim expression As String
Dim returnValue As MemberCollection
returnValue = instance.QueryMemberAndParents(expression)
MemberCollection QueryMemberAndParents(
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 and their parent elements.