FunctionResultType Enumeration

The supported function result types.

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public enum FunctionResultType
Members
  Member nameValueDescription
None0The function result type is not set.
Scalar1The function result is a scalar value.
Standard2The standard function result is a single dimensional numeric array.
Alignment3The function result is a single dimensional numeric array used as explicit alignment axis.
Subset4The function result is an array of integer values containing subset indexes for the input data.
Hierarchy5The function result is an array of hierarchy members for the function generated hierarchy.
Cellset6The function result is a DataCellset, with one or multiple numeric value tuples, with specific coordinates. The coordinates are represented by members of function-generated hierarchies.
See Also