Share via


MemberCollection.GetMdxExpression method

Returns the MDX expression to use to retrieve this member collection.

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

Syntax

'Declaration
Public Function GetMdxExpression As String
'Usage
Dim instance As MemberCollection
Dim returnValue As String

returnValue = instance.GetMdxExpression()
public string GetMdxExpression()

Return value

Type: System.String
The MDX expression to use to retrieve this member collection.

See also

Reference

MemberCollection class

MemberCollection members

Microsoft.PerformancePoint.Scorecards namespace