Share via


IBIMonitoringServiceApplicationProxy.UpdateSettingValue - Méthode

Met à jour un paramètre de configuration avec la valeur spécifiée.

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

Syntaxe

'Déclaration
Sub UpdateSettingValue ( _
    key As String, _
    value As String _
)
'Utilisation
Dim instance As IBIMonitoringServiceApplicationProxy
Dim key As String
Dim value As String

instance.UpdateSettingValue(key, value)
void UpdateSettingValue(
    string key,
    string value
)

Paramètres

  • key
    Type : System.String

    La clé du paramètre de mise à jour.

  • value
    Type : System.String

    La valeur spécifiée, qui est conforme à toutes les restrictions qui s'appliquent à la configuration.

Voir aussi

Référence

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms