Indicates the type of import to perform.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
public enum ImportOperation
Visual Basic (Usage)
Dim instance As ImportOperation

Members

Member nameDescription
Set
Sets the values in the target cube.
Accumulate
Adds the values to the existing values in the cube.
Clear
Clears the values in the target cube.

See Also