MergeJoinTransformJoinType Enumeration
MergeJoinTransformJoinType Enumeration
The MergeJoinTransformJoinType enumeration provides options for what type of join to perform in a SQL Server Integration Services Merge Join transformation.
Enumeration Values
| Name | Summary |
|---|---|
| InnerJoin | Specifies that an inner join will be performed on the rows specified on the left and right input paths. |
| LeftOuterJoin | Specifies that a left outer join will be performed on the rows specified on the left and right input paths. |
| FullOuterJoin | Specifies that a full outer join will be performed on the rows specified on the left and right input paths. |