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