Execute(
Selection: IDimSelectionSet;
[Progress: ICubeProgress = Null;]
[Options: AutoCubeUpdateOption = 0]): ICubeOperationResult;
Selection. Selection of destination cube elements, by which data is loaded.
Progress. Optional parameter that determines an object that is used to track loading. This parameter is not supported.
Options. Optional parameter that determines the mode of data check on saving. One value or combination of values of the AutoCubeUpdateOption enumeration type is specified as a parameter value. Values in the list are separated with the Or keyword.
The Execute method loads data to the destination cube according to the selection passed by the Selection parameter.
The property use is given in the example for ICubeLoaderInstance.Destination.
See also: