Tables
This is a collection of the tables that will be created at the beginning of execution of this container and destroyed at the end of execution of this container.
Permitted Collection Child Definitions
Child | API Type | Description |
---|---|---|
<CloneTable /> | AstTableCloneNode | TableClone enables you to create a copy of an existing table, allowing you to add your own additional columns, indexes, and keys in order to support staging mechanisms, temp-tables, etc. |
<Table /> | AstTableNode | Table objects correspond directly to regular tables in the SQL Server product. They support all of the same features and present all of the same limitations. |