Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 RunDataReaderQuery ( _
query As String _
) As AdomdDataReader
'Usage
Dim instance As CustomAdomdDataSourceProvider
Dim query As String
Dim returnValue As AdomdDataReader
returnValue = instance.RunDataReaderQuery(query)
public abstract AdomdDataReader RunDataReaderQuery(
string query
)
Parameters
query
Type: System.StringThe MDX query.
Return Value
Type: AdomdDataReader
The results of the query as a generic object, which can be cast to an AdomdDataReader object.
See Also
Reference
CustomAdomdDataSourceProvider Class