Cloned Keys
This collection is for internal use only. It is used to store key definitions that have been cloned from the table that is the basis for this clone table.
Permitted Collection Child Definitions
Child | API Type | Description |
---|---|---|
<Identity /> | AstTableIdentityNode | AstTableIdentityNode is an abstract type that represents both an identity expression and optionally a primary key on a table in a SQL Server relational database. |
<PrimaryKey /> | AstTablePrimaryKeyNode | AstTablePrimaryKeyNode is an abstract type that represents a primary key constraint on a table in a SQL Server relational database. |
<UniqueKey /> | AstTableUniqueKeyNode | AstTableUniqueKeyNode is an abstract type that represents a unique column(s) constraint on a table in a SQL Server relational database. |