GetCubeImportResult GetCubeImport(CubeImportId tCubeImport, GetCubeImportArg tArg)
tCubeImport. Cube data import object moniker.
tArg. Operation execution parameters.
The GetCubeImport operation extracts 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, specify the import object instance moniker in the tCubeImport parameter, and parameters, according to which information is extracted, in the tArg parameter. The moniker can be obtained on 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: