Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.8905.0" />

.NET API 5,152,136 bytes

 TableDefinition

public class TableDefinition : TSqlFragment
This class stores the common body for defining a table

Represents the column definitions, only valid if data type is table.

public IList<IndexDefinition> Indexes { get; }

The index for this column.

System time period for this table.

The table constraints, only valid if data type is table.

public TableDefinition()