User-defined U-SQL Types

Summary

U-SQL provides the ability to name table types that then can be used when defining U-SQL table-valued function parameters and return types and U-SQL procedure table-valued parameters.

Type DDL Statements

Syntax

Type_DDL_Statement :=                                                                                    
     Create_Type_Statement
|    Drop_Type_Statement.

See Also