UserDataType Enumeration

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)
Syntax
public enum UserDataType
Members
  Member nameValueDescription
None0 The setting type is not set.
NumericInteger1 The setting expects one numeric value with no fractional part.
NumericReal2 The setting expects one numeric value with a fractional part.
String3 The setting expects one String value.
Boolean4 The setting expects one Boolean value.
DateTime5 The setting expects one DateTime value.
MeasureSet6 The setting expects a collection of measure names as value.
MemberValue7 The setting expects a collection of hierarchy member values.
See Also