RelationalJoinTask Properties

The RelationalJoinTask 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 propertyJoinTaskType
Gets the type of the join task.
Public propertyLeftInputTask
Gets the left input task.
Public propertyLeftKeys
Gets the left keys of the join relationship.
Public propertyOutputColumns
Gets the task output columns.
(Inherited from RelationalTransformTask.)
Public propertyRightInputTask
Gets the right input task.
Public propertyRightKeys
Gets the right keys of the join relationship.
Public propertyTransform
Gets the transform that generated the current instance.
(Inherited from ProviderTransformTask.)
Top
See Also