Tables
This is a collection of all regular table definitions in the project.
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. |