AlterTableAddTableElementStatement::Definition Property
Gets the table definition containing the column and constraint definitions.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public: property TableDefinition^ Definition { TableDefinition^ get(); void set(TableDefinition^ value); }
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom::TableDefinition^The table definition containing the column and constraint definitions.
Show: