The CubeLoadDuplicateCheckSet enumeration is used to determine the mode of excluding duplicate values on loading time series.
It is used by the following properties:
| Value | Brief description |
| 0 | None. Duplicate values are not excluded. |
| 1 | Attribute. Duplicate values of series attributes are excluded. |
| 2 | GroupAttribute. Duplicate values of series group attributes are excluded. |
| 4 | ValueAttribute. Duplicate values of observation attributes are excluded. |
| 8 | Value. Duplicate values of series are excluded. |
To apply several values simultaneously, specify them with Or.
See also: