Partager via


Annotation.GenerateKey - Méthode (RepositoryLocation, Int32, 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, _
    sliceHashCode As Integer, _
    cellPathHashCode As Integer _
) As String
'Utilisation
Dim scorecardLocation As RepositoryLocation
Dim sliceHashCode As Integer
Dim cellPathHashCode As Integer
Dim returnValue As String

returnValue = Annotation.GenerateKey(scorecardLocation, _
    sliceHashCode, cellPathHashCode)
public static string GenerateKey(
    RepositoryLocation scorecardLocation,
    int sliceHashCode,
    int cellPathHashCode
)

Paramètres

  • sliceHashCode
    Type : System.Int32

    Le code de hachage qui représente la section de tableau de bord auquel l'annotation est associée.

  • 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