Share via


Properties (PEL)

This function returns a string that contains a member property value.

Member_Expression.Properties(Property_Name)

Parameters

  • Member_Expression
    A valid PerformancePoint Expression Language (PEL) expression that returns a member.
  • Property_Name
    A valid PEL expression that returns a string. The string should specify a member property.

Return Value

The Properties function returns a string that contains the value of Property_Name for the specified Member_Expression. Property_Name should be a user-defined member property.

Remarks

The PEL compiler cannot generate SQL code for this function.

See Also

Other Resources

PEL reference