RelationalTransformTask Class

Class that encapsulates a relational provider generated by a specific transform.
This class is not intended to be used directly from your code, unless you are implementing a custom transform.
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 abstract class RelationalTransformTask : ProviderTransformTask

The RelationalTransformTask type exposes the following members.

Constructors
  NameDescription
Protected methodRelationalTransformTask
Initializes a new instance of the RelationalTransformTask class.
Top
Properties
  NameDescription
Public propertyId
Gets the task ID.
(Inherited from ProviderTask.)
Public propertyInputColumns
Gets the task input columns.
Public propertyOutputColumns
Gets the task output columns.
Public propertyTransform
Gets the transform that generated the current instance.
(Inherited from ProviderTransformTask.)
Top
Methods
  NameDescription
Protected methodLinkInputColumns
Links the input columns to the query task.
Top
See Also