Assembly: Cubes;
The CubeCreator class implements an object used for automatic creation of repository standard cubes.
Property name | Brief description | |
AdditionalFields | The AdditionalFields property returns collection of additional fields that are not linked to cube dimensions or facts. | |
Database | The Database property determines database, in which a table to store the cube data is created. | |
DictionaryParent | The DictionaryParent property determines the folder, in which objects required for cube are created. | |
Dimensions | The Dimensions property returns the dimensions collection of created cube. | |
Facts | The Facts property returns the facts collection of created cube. | |
RdsDatabase | The RdsDatabase property determines the MDM repository, in which the dictionaries, corresponding to the cube dimensions, are created. | |
Table | The Table property determines the table to store the data of created cube. | |
UseNameAttribute | The UseNameAttribute property determines whether to use the Name attribute on cube creation. |
Method name | Brief description | |
CreateCube | The CreateCube method creates and sets up a standard cube. | |
EditCube | The EditCube method edits the structure of the specified cube according to the determined settings of the current object. |
See also: