Indicates the type of the Dimension being imported.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
public enum ImportDimensionType |
| Visual Basic (Usage) |
|---|
Dim instance As ImportDimensionType |
Members
| Member name | Description | |
|---|---|---|
| Both | Dimension is both from the import file and from the cube.
| |
| ImportFile | Dimension is from an import file.
| |
| Cube | Dimension is form a cube.
|