IBIMonitoringStore.GetIndicator - Méthode
Récupère un indicateur à partir d'une liste SharePoint.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Function GetIndicator ( _
location As RepositoryLocation _
) As Indicator
'Utilisation
Dim instance As IBIMonitoringStore
Dim location As RepositoryLocation
Dim returnValue As Indicator
returnValue = instance.GetIndicator(location)
Indicator GetIndicator(
RepositoryLocation location
)
Paramètres
location
Type : Microsoft.PerformancePoint.Scorecards.RepositoryLocationL'emplacement de l'indicateur dans la liste SharePoint.
Valeur renvoyée
Type : Indicator
L'indicateur demandé, ou une référence Null (Rien dans Visual Basic) si elle n'existe pas.