AdomdDataSourceProvider.RunDrillThroughQuery Method (Microsoft.PerformancePoint.Scorecards.DataSourceProviders)

Queries the data source. Used internally.

Namespace: Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly: Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in microsoft.performancepoint.scorecards.datasourceproviders.standard.dll)

Syntax

'Declaration
Public Function RunDrillThroughQuery ( _
    query As String _
) As Object
'Usage
Dim instance As AdomdDataSourceProvider
Dim query As String
Dim returnValue As Object

returnValue = instance.RunDrillThroughQuery(query)
public Object RunDrillThroughQuery (
    string query
)

Parameters

  • query
    A MDX query string.

Return Value

The results of the query as a generic object, which can be cast to an AdomdDataReader.

See Also

Reference

AdomdDataSourceProvider Class
AdomdDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace