Dela via


AlterTableSetStatement Class

Changes table options for a table.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class AlterTableSetStatement _
    Inherits AlterTableStatement
'Usage
Dim instance As AlterTableSetStatement
[SerializableAttribute]
public class AlterTableSetStatement : AlterTableStatement
[SerializableAttribute]
public ref class AlterTableSetStatement : public AlterTableStatement
public class AlterTableSetStatement 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.AlterTableSetStatement

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

AlterTableSetStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace