Indicates the cube type.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
public enum CubeType |
| Visual Basic (Usage) |
|---|
Dim instance As CubeType |
Members
| Member name | Description | |
|---|---|---|
| AlphaNumeric | Cube can contain numberic and alphabetic data.
| |
| NumericOnly | Cube can only contain numbers.
|