QueryResult.BuildDataSourceKey - Méthode
Génère une clé pour une source de données.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Public Shared Function BuildDataSourceKey ( _
dataSourceLocation As RepositoryLocation _
) As String
'Utilisation
Dim dataSourceLocation As RepositoryLocation
Dim returnValue As String
returnValue = QueryResult.BuildDataSourceKey(dataSourceLocation)
public static string BuildDataSourceKey(
RepositoryLocation dataSourceLocation
)
Paramètres
dataSourceLocation
Type : Microsoft.PerformancePoint.Scorecards.RepositoryLocationL'emplacement de la source de données dans le référentiel.
Valeur renvoyée
Type : System.String
Une clé pour une source de données.