The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

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

NameSummary
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.

© Varigence