MemberOperation.GetMdxExpression method

Gets the formula to use in an MDX statement for this operation.

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

Syntax

'Declaration
Public Overridable Function GetMdxExpression ( _
    memberUniqueName As String _
) As String
'Usage
Dim instance As MemberOperation
Dim memberUniqueName As String
Dim returnValue As String

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

Parameters

  • memberUniqueName
    Type: System.String

    The unique name of the member this operation is performed on.

Return value

Type: System.String
Returns String.

See also

Reference

MemberOperation class

MemberOperation members

Microsoft.PerformancePoint.Scorecards namespace