The IStandardCubeDataset interface contains properties of data source of standard cube.
Property name | Brief description | |
AggregateDuplicates | Outdated. Use the IStandardCubeDataset.AggregateDuplicatesMode property. | |
AggregateDuplicatesMode | The AggregateDuplicatesMode property determines where duplicate data is aggregated. | |
Dataset | The Dataset property returns the structure of a repository relational object, which is a data source for this cube. | |
DrillThroughQuery | The DrillThroughQuery property determines the Query repository object to get drilled down data. | |
ForeClass | The ForeClass property returns name of the class that is used to handle data extraction query generation. | |
Module | The Module property returns description of the unit that implements a class for handling data extraction query generation. | |
UseSubqueryOptimization | The UseSubqueryOptimization property determines whether to use subqueries on creating a query to extract data of the current data source. |
Method name | Brief description | |
The SetCallback method sets a handler of data extraction query generation for a data source. |
See also: