DataImportService.getTables

Syntax

getTables (cubeImport, callback, errorCallback)

Parameters

cubeImport. Model of cube import object, an instance of the PP.Mb.CubeImport class.

callback. Callback function.

errorCallback. Callback function on error.

Description

The getTables method requests metadata of import object tables.

Comments

The method is intended for internal use.

See also:

DataImportService