BIData.ProviderValues - Propriété
Obtient les valeurs du fournisseur.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ProviderValues As IList(Of IDictionary(Of String, Object))
Get
'Utilisation
Dim instance As BIData
Dim value As IList(Of IDictionary(Of String, Object))
value = instance.ProviderValues
public IList<IDictionary<string, Object>> ProviderValues { get; }
Valeur de propriété
Type : System.Collections.Generic.IList<IDictionary<String, Object>>
Les valeurs du fournisseur.