IDataCubeServiceAnalyzeCubeQueries Method  | 
 
            Analyzes the specified dataCube to determine which transforms are pushed to the provider for query execution, and flags this transforms accordingly.
            
 
    Namespace: 
   Dundas.BI.Entities.DataCubes
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxvoid AnalyzeCubeQueries(
	DataCube dataCube
)
Sub AnalyzeCubeQueries ( 
	dataCube As DataCube
)
void AnalyzeCubeQueries(
	DataCube^ dataCube
)
abstract AnalyzeCubeQueries : 
        dataCube : DataCube -> unit 
Parameters
- dataCube
 - Type: Dundas.BI.Entities.DataCubesDataCube
The data cube to analyze. 
Exceptions
See Also