SetCubeImportResult SetCubeImport(CubeImportId tCubeImport, SetCubeImportArg tArg)
tCubeImport. Cube data import object moniker.
tArg. Operation execution parameters.
The SetCubeImport operation changes metadata of object of data import to cube.
This operation enables the user to make the following actions:
Set up initialization parameters for various data sources, from which data is imported.
Specify the existing consumer cube or determine parameters of creating a new cube.
Set parameters of binding data source fields to cube dimensions and facts.
Determine various additional settings to be used on import.
Import data.
To execute the operation, in the tCubeImport field specify moniker of import object instance and in the tArg field specify the parameters that will be used to make changes. The moniker can be obtained after executing the OpenCubeImport operation. In the tArg.pattern field specify the pattern to change import, and in the tArg.meta field specify updated metadata.
The operation results in the moniker of import object, for which the operation was executed, and requested metadata that can be specified in the tArg.metaGet pattern.
Various methods of using the operation are given in the following examples:
Example name |
Setting Up Crosstab Import |
Starting Cube Import Execution |
See also: