Partager via


CustomDataSourceProvider.RunQuery - Méthode

Effectue une requête sur la source de données.

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

Syntaxe

'Déclaration
Public MustOverride 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 CustomDataSourceProvider
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 abstract QueryResult RunQuery(
    KpiMeasureCollection kpiMeasures,
    MemberCollection pageFilters,
    string tiCurrentDateTime,
    string tiFormula,
    TupleCollection memberSlices,
    IGlobalCache localCache
)

Paramètres

  • tiCurrentDateTime
    Type : System.String

    La date du jour et l'heure utilisée pour la formule d'intelligence temporelle.

  • tiFormula
    Type : System.String

    La formule d'intelligence temporelle.

Valeur renvoyée

Type : Microsoft.PerformancePoint.Scorecards.QueryResult
Les résultats de la requête.

Implémentations

IDataSourceProvider.RunQuery(KpiMeasureCollection, MemberCollection, String, String, TupleCollection, IGlobalCache)

Voir aussi

Référence

CustomDataSourceProvider classe

CustomDataSourceProvider - Membres

Microsoft.PerformancePoint.Scorecards.Extensions - Espace de noms