Assembly: Cubes;
The IAutoCube interface contains properties of the repository object that is Automatic Cube.
IAutoCube
When a new standard cube is created, the following minimum settings must be determined to ensure its correct work:
Determine a database in the Database property where cube data is stored.
Add dictionaries, which will be used for dimensions, to the Dimensions collection.
If data must be loaded to the automatic cube from external source, determine this source in the Source property. Bind dimensions of source cube and automatic cube, fix the dimensions, which are not bound.
Property name | Brief description | |
Database | The Database property determines a database where cube data is stored. | |
Destinations | The Destinations property returns the collection of different display versions of automatic cube. | |
Dimensions | The Dimensions property returns the collection of automatic cube dimensions. | |
Source | The Source property returns the parameters of automatic cube data source. | |
Transform | The Transform property returns the object that transforms data when the position of the dimensions in cube structure changes. |
See also: