Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.