Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.