AlterTableSwitchStatement Class

Represents switch specialization of the ALTER TABLE statement.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class AlterTableSwitchStatement _
    Inherits AlterTableStatement
'Usage
Dim instance As AlterTableSwitchStatement
[SerializableAttribute]
public class AlterTableSwitchStatement : AlterTableStatement
[SerializableAttribute]
public ref class AlterTableSwitchStatement : public AlterTableStatement
public class AlterTableSwitchStatement extends AlterTableStatement

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.AlterTableSwitchStatement

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.

See Also

Reference

AlterTableSwitchStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace