Indicates the type of import to perform.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
public enum ImportOperation |
| Visual Basic (Usage) |
|---|
Dim instance As ImportOperation |
Members
| Member name | Description | |
|---|---|---|
| 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.
|