USqlCompilationMode
Class
Definition
Compilation mode for a U-SQL activity.
public static class USqlCompilationMode
- Inheritance
-
USqlCompilationMode
Fields
| Full |
Perform the full compilation, including syntax check, optimization, code-gen, etc. |
| Semantic |
Only perform semantic checks and necessary sanity checks. |
| SingleBox |
Perform the full compilation, with TargetType setting to SingleBox. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |