Annotation.GenerateKey Method (RepositoryLocation, TupleCollection, Int32)
Generates a cache key for this annotation.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function GenerateKey ( _
scorecardLocation As RepositoryLocation, _
tupleCollection As TupleCollection, _
cellPathHashCode As Integer _
) As String
'Usage
Dim scorecardLocation As RepositoryLocation
Dim tupleCollection As TupleCollection
Dim cellPathHashCode As Integer
Dim returnValue As String
returnValue = Annotation.GenerateKey(scorecardLocation, _
tupleCollection, cellPathHashCode)
public static string GenerateKey(
RepositoryLocation scorecardLocation,
TupleCollection tupleCollection,
int cellPathHashCode
)
Parameters
scorecardLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the scorecard in the repository.
tupleCollection
Type: Microsoft.PerformancePoint.Scorecards.TupleCollectionThe column, row, and page filter selections that correspond to the scorecard cell or cells for this annotation.
cellPathHashCode
Type: System.Int32The hash code that represents the coordinates of the scorecard cell that the annotation is associated with.
Return Value
Type: System.String
A cache key for this annotation.