RelationalUnionTask Class

Class that encapsulates a relational union task.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.DataProviders.Tasks
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class RelationalUnionTask : RelationalTransformTask

The RelationalUnionTask type exposes the following members.

Constructors
  NameDescription
Public methodRelationalUnionTask
Initializes a new instance of the RelationalUnionTask class.
Top
Properties
  NameDescription
Public propertyId
Gets the task ID.
(Inherited from ProviderTask.)
Public propertyInputColumns
Gets the task input columns.
(Inherited from RelationalTransformTask.)
Public propertyIsUnionAll
Gets or sets a value indicating whether this instance requires that duplicate records are included in the union or not.
Public propertyOutputColumns
Gets the task output columns.
(Inherited from RelationalTransformTask.)
Public propertyTransform
Gets the transform that generated the current instance.
(Inherited from ProviderTransformTask.)
Public propertyUnionTransformIds
Gets the list of transform node IDs which represent the structures on which union must be performed.
Top
Methods
  NameDescription
Protected methodLinkInputColumns
Links the input columns to the query task.
(Inherited from RelationalTransformTask.)
Top
See Also