TabularDataSourceProvider.RunQuery method
Performs a query on the data source.
Namespace: Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly: Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)
Syntax
'Declaration
Public Overrides Function RunQuery ( _
kpiMeasures As KpiMeasureCollection, _
pageFilters As MemberCollection, _
tiCurrentDateTime As String, _
tiFormula As String, _
memberSlices As TupleCollection, _
localCache As IGlobalCache _
) As QueryResult
'Usage
Dim instance As TabularDataSourceProvider
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 override QueryResult RunQuery(
KpiMeasureCollection kpiMeasures,
MemberCollection pageFilters,
string tiCurrentDateTime,
string tiFormula,
TupleCollection memberSlices,
IGlobalCache localCache
)
Parameters
kpiMeasures
Type: Microsoft.PerformancePoint.Scorecards.KpiMeasureCollectionThe list of KPI measures to query on.
pageFilters
Type: Microsoft.PerformancePoint.Scorecards.MemberCollectionThe fixed slices for the query.
- tiCurrentDateTime
Type: System.String
tiFormula
Type: System.StringThe time intelligence forumula.
memberSlices
Type: Microsoft.PerformancePoint.Scorecards.TupleCollectionThe dimension slices to query on, or a null reference (Nothing in Visual Basic) to filter by using page filters only.
localCache
Type: Microsoft.PerformancePoint.Scorecards.IGlobalCacheThe local cache.
Return value
Type: Microsoft.PerformancePoint.Scorecards.QueryResult
The results of the query.
Implements
See also
Reference
TabularDataSourceProvider class
TabularDataSourceProvider members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders namespace