SubsetResult Class

Represents a value array function result.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.FunctionsFunctionResult
    Dundas.BI.Data.FunctionsSubsetResult

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 SubsetResult : FunctionResult

The SubsetResult type exposes the following members.

Constructors
 NameDescription
Public methodSubsetResult Initializes a new instance of the SubsetResult 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 propertySubsetArray Gets or sets the subset result array.
Top
See Also