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.StringThe unique name of the member this operation is performed on.
Return Value
Type: System.String
Returns String.