GetCubeImportResult GetCubeImport(CubeImportId tCubeImport, GetCubeImportArg tArg)
tCubeImport. Cube data import object moniker.
tArg. Operation execution parameters.
The GetCubeImport operation gets metadata of object of data import to cube.
This operation enables the user to get various settings of cube data loader:
Parameters of the data sources, from which data is imported.
Consumer cube parameters.
Parameters of binding data source fields to cube dimensions and facts.
Data import execution status.
To execute the operation, in the tCubeImport field specify moniker of import object instance and in the tArg field specify parameters that will be used to get information. The moniker can be obtained after executing the OpenCubeImport operation. In the tArg.pattern field specify pattern to get information about data loader.
Example name |
Getting Information about Cube Import Status |
See also: