Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the ALTER TABLE statement base class.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class AlterTableStatement _
Inherits TSqlStatement
'Usage
Dim instance As AlterTableStatement
[SerializableAttribute]
public abstract class AlterTableStatement : TSqlStatement
[SerializableAttribute]
public ref class AlterTableStatement abstract : public TSqlStatement
public abstract class AlterTableStatement extends TSqlStatement
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Microsoft.Data.Schema.ScriptDom.Sql.TSqlStatement
Microsoft.Data.Schema.ScriptDom.Sql.AlterTableStatement
Microsoft.Data.Schema.ScriptDom.Sql.AlterTableAddTableElementStatement
Microsoft.Data.Schema.ScriptDom.Sql.AlterTableAlterColumnStatement
Microsoft.Data.Schema.ScriptDom.Sql.AlterTableChangeTrackingModificationStatement
Microsoft.Data.Schema.ScriptDom.Sql.AlterTableConstraintModificationStatement
Microsoft.Data.Schema.ScriptDom.Sql.AlterTableDropTableElementStatement
Microsoft.Data.Schema.ScriptDom.Sql.AlterTableRebuildStatement
Microsoft.Data.Schema.ScriptDom.Sql.AlterTableSetStatement
Microsoft.Data.Schema.ScriptDom.Sql.AlterTableSwitchStatement
Microsoft.Data.Schema.ScriptDom.Sql.AlterTableTriggerModificationStatement
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.