Share via


Annotation.GenerateKey - Méthode (RepositoryLocation, TupleCollection, Int32)

Génère une clé de cache pour cette annotation.

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

Syntaxe

'Déclaration
Public Shared Function GenerateKey ( _
    scorecardLocation As RepositoryLocation, _
    tupleCollection As TupleCollection, _
    cellPathHashCode As Integer _
) As String
'Utilisation
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
)

Paramètres

  • cellPathHashCode
    Type : System.Int32

    Le code de hachage qui représente les coordonnées de la cellule de tableau de bord auquel l'annotation est associée.

Valeur renvoyée

Type : System.String
Une clé de cache pour cette annotation.

Voir aussi

Référence

Annotation classe

Annotation - Membres

GenerateKey - Surcharge

Microsoft.PerformancePoint.Scorecards - Espace de noms