MemberOperationDescendants.GetMdxExpression - Méthode

Obtient l'instruction MDX pour cette opération.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Overrides Function GetMdxExpression ( _
    memberUniqueName As String _
) As String
'Utilisation
Dim instance As MemberOperationDescendants
Dim memberUniqueName As String
Dim returnValue As String

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

Paramètres

  • memberUniqueName
    Type : System.String

    Le nom unique du membre sur cette opération.

Valeur renvoyée

Type : System.String
L'instruction MDX pour cette opération.

Voir aussi

Référence

MemberOperationDescendants classe

MemberOperationDescendants - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms