AlterTableSetStatement public class AlterTableSetStatement : AlterTableStatement Changes table options for a table. Documentation Code public IList<TableOption> Options { get; } Options to be set. public AlterTableSetStatement()