Skip to main content

Enum AdfUSqlCompilationMode

Namespace: Varigence.Languages.Biml.DataFactory

Assembly: Biml.dll

C#


public enum AdfUSqlCompilationMode

Fields

FieldsDescription
FullComplete compilation, including syntax, optimization and code generation.
SemanticDoes not perform a full compilation. Rather it performs semantic checks and necessary sanity checks.
SingleBoxThis selection performs a full compilation with the TargetType setting to SingleBox