MemberOperationChildren.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 MemberOperationChildren
Dim memberUniqueName As String
Dim returnValue As String
returnValue = instance.GetMdxExpression(memberUniqueName)
public override string GetMdxExpression(
string memberUniqueName
)
Parameters
memberUniqueName
Type: System.StringThe unique name of the member that this operation is performed on.
Return Value
Type: System.String
The MDX statement for this operation.