AdfUSqlCompilationMode Enumeration
Provides options for the Reject Type for the Reject Value in polyBase settings for Azure SQL Datawarehouse sinks in Azure Data Factory.
Enumeration Values
Name | Summary |
---|---|
Semantic | Does not perform a full compilation. Rather it performs semantic checks and necessary sanity checks. |
Full | Complete compilation, including syntax, optimization and code generation. |
SingleBox | This selection performs a full compilation with the TargetType setting to SingleBox |