Share via


ParameterMapping.CreateCacheKey method

Creates a cache key.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function CreateCacheKey As String
'Usage
Dim instance As ParameterMapping
Dim returnValue As String

returnValue = instance.CreateCacheKey()
public string CreateCacheKey()

Return value

Type: System.String
A concatenated string that contains the source column name and post formula for this object.

See also

Reference

ParameterMapping class

ParameterMapping members

Microsoft.PerformancePoint.Scorecards namespace