CustomAdomdDataSourceProvider.RunQuery Method (String)
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 String _
) As CellSet
'Usage
Dim instance As CustomAdomdDataSourceProvider
Dim query As String
Dim returnValue As CellSet
returnValue = instance.RunQuery(query)
public abstract CellSet RunQuery(
string query
)
Parameters
query
Type: System.StringThe MDX query.
Return Value
Type: CellSet
The results of the query.
See Also
Reference
CustomAdomdDataSourceProvider Class