BIMonitoringServiceApplicationProxy.GetSetting - Méthode

Récupère 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 GetSetting ( _
    key As String _
) As Setting
'Utilisation
Dim instance As BIMonitoringServiceApplicationProxy
Dim key As String
Dim returnValue As Setting

returnValue = instance.GetSetting(key)
public Setting GetSetting(
    string key
)

Paramètres

Valeur renvoyée

Type : Microsoft.PerformancePoint.Scorecards.Setting
Le paramètre, y compris le courant et les valeurs par défaut.

Implémentations

IBIMonitoringServiceApplicationProxy.GetSetting(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