Enum AdfUSqlCompilationMode
Namespace: Varigence.Languages.Biml.DataFactory
Assembly: Biml.dll
C#
public enum AdfUSqlCompilationMode
Fields
Fields | Description |
---|---|
Full | Complete compilation, including syntax, optimization and code generation. |
Semantic | Does not perform a full compilation. Rather it performs semantic checks and necessary sanity checks. |
SingleBox | This selection performs a full compilation with the TargetType setting to SingleBox |