The supported settings data types.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
SyntaxPublic Enumeration UserDataType
public enum class UserDataType
Members|
| Member name | Value | Description |
|---|
| None | 0 |
The setting type is not set.
|
| NumericInteger | 1 |
The setting expects one numeric value with no fractional part.
|
| NumericReal | 2 |
The setting expects one numeric value with a fractional part.
|
| String | 3 |
The setting expects one String value.
|
| Boolean | 4 |
The setting expects one Boolean value.
|
| DateTime | 5 |
The setting expects one DateTime value.
|
| MeasureSet | 6 |
The setting expects a collection of measure names as value.
|
| MemberValue | 7 |
The setting expects a collection of hierarchy member values.
|
See Also