MemberOperationAllDescendants.GetMdxExpression Method

Gets the MDX statement for this operation.

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

Syntax

'Declaration
Public Overrides Function GetMdxExpression ( _
    memberUniqueName As String _
) As String
'Usage
Dim instance As MemberOperationAllDescendants
Dim memberUniqueName As String
Dim returnValue As String

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

Parameters

  • memberUniqueName
    Type: System.String

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

Return Value

Type: System.String
The MDX statement for this operation.

See Also

Reference

MemberOperationAllDescendants Class

MemberOperationAllDescendants Members

Microsoft.PerformancePoint.Scorecards Namespace