Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.