ICubeMetaLoader.LoadMode

Syntax

LoadMode: CubeLoadClearMode;

Description

The LoadMode property determines the mode of updating information by series.

Comments

The UpdateMode property has the CubeLoadClearMode.Default_ value by default; the data and the metadata of all series, the information on which is contained in the data source, will be updated. By changing the UpdateMode property the user can change the mode of changing objects responsible for storing information on data series.

Example

The property use is given in the example for ICubeMetaLoader.DuplicateCheck.

See also:

ICubeMetaLoader