BIMonitoringServiceApplicationProxy.GetSettingValue - Méthode

Récupère la valeur actuelle d'un paramètre de configuration.

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

Syntaxe

'Déclaration
Public Function GetSettingValue ( _
    key As String _
) As String
'Utilisation
Dim instance As BIMonitoringServiceApplicationProxy
Dim key As String
Dim returnValue As String

returnValue = instance.GetSettingValue(key)
public string GetSettingValue(
    string key
)

Paramètres

Valeur renvoyée

Type : System.String
La valeur actuelle du paramètre.

Implémentations

IBIMonitoringServiceApplicationProxy.GetSettingValue(String)

Remarques

Pour plus d'informations sur les paramètres de configuration, consultez la documentation pour le type complexe Setting dans l' [MS-PPSAPP]: PerformancePoint Services Application Server Protocol Specification.

Voir aussi

Référence

BIMonitoringServiceApplicationProxy classe

BIMonitoringServiceApplicationProxy - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms