RelationalUnionTask Properties

The RelationalUnionTask type exposes the following members.

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
See Also