DataSource.RunQuery - Méthode
Interroge la source de données.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Public Function RunQuery ( _
kpiMeasures As KpiMeasureCollection, _
pageFilters As MemberCollection, _
tiCurrentDateTime As String, _
tiFormula As String, _
memberSlices As TupleCollection, _
localCache As IGlobalCache _
) As QueryResult
'Utilisation
Dim instance As DataSource
Dim kpiMeasures As KpiMeasureCollection
Dim pageFilters As MemberCollection
Dim tiCurrentDateTime As String
Dim tiFormula As String
Dim memberSlices As TupleCollection
Dim localCache As IGlobalCache
Dim returnValue As QueryResult
returnValue = instance.RunQuery(kpiMeasures, _
pageFilters, tiCurrentDateTime, _
tiFormula, memberSlices, localCache)
public QueryResult RunQuery(
KpiMeasureCollection kpiMeasures,
MemberCollection pageFilters,
string tiCurrentDateTime,
string tiFormula,
TupleCollection memberSlices,
IGlobalCache localCache
)
Paramètres
kpiMeasures
Type : Microsoft.PerformancePoint.Scorecards.KpiMeasureCollectionMesures de la liste des indicateurs de performance clés pour la requête.
pageFilters
Type : Microsoft.PerformancePoint.Scorecards.MemberCollectionLes tranches fixes pour cette requête.
tiCurrentDateTime
Type : System.StringLa date et l'heure utilisée pour la formule d'Intelligence temporelle.
tiFormula
Type : System.StringLa formule d'Intelligence temporelle.
memberSlices
Type : Microsoft.PerformancePoint.Scorecards.TupleCollectionTranches de dimensions à interroger chaque mesure.
localCache
Type : Microsoft.PerformancePoint.Scorecards.IGlobalCacheLe cache local.
Valeur renvoyée
Type : Microsoft.PerformancePoint.Scorecards.QueryResult
Les résultats de la requête.