HierarchyResult Class

Class used to model a function result that represents a hierarchy.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.FunctionsFunctionResult
    Dundas.BI.Data.FunctionsHierarchyResult

Namespace: Dundas.BI.Data.Functions
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class HierarchyResult : FunctionResult

The HierarchyResult type exposes the following members.

Constructors
 NameDescription
Public methodHierarchyResult Initializes a new instance of the HierarchyResult class.
Top
Properties
 NameDescription
Public propertyFormat Gets the format for the current instance.
(Inherited from FunctionResult)
Public propertyId Gets the result ID.
(Inherited from FunctionResult)
Public propertyMembers Gets the function hierarchy members for the current instance.
Top
See Also