AlterTableStatement public abstract class AlterTableStatement : TSqlStatement Represents the alter table statement base class. Documentation Code public SchemaObjectName SchemaObjectName { get; set; } The name of the type, this can be at most a two part name. protected AlterTableStatement()