Share via


BIDataContainer.ProviderParameterSelections - Propriété

Obtient les valeurs de paramètre actuellement sélectionné.

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

Syntaxe

'Déclaration
Public ReadOnly Property ProviderParameterSelections As DictionaryWrapper(Of String, List(Of String))
    Get
'Utilisation
Dim instance As BIDataContainer
Dim value As DictionaryWrapper(Of String, List(Of String))

value = instance.ProviderParameterSelections
public DictionaryWrapper<string, List<string>> ProviderParameterSelections { get; }

Valeur de propriété

Type : Microsoft.PerformancePoint.Scorecards.DictionaryWrapper<String, List<String>>
Les valeurs du paramètre actuellement sélectionné.

Voir aussi

Référence

BIDataContainer classe

BIDataContainer - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms