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.