CustomAdomdDataSourceProvider.RunQuery Method ()
Performs a query on the data source.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public MustOverride Function RunQuery ( _
query As QueryState _
) As CellSet
'Usage
Dim instance As CustomAdomdDataSourceProvider
Dim query As QueryState
Dim returnValue As CellSet
returnValue = instance.RunQuery(query)
public abstract CellSet RunQuery(
QueryState query
)
Parameters
query
Type: QueryStateThe query state object.
Return Value
Type: CellSet
The results of the query.
See Also
Reference
CustomAdomdDataSourceProvider Class