AlterTableAlterColumnStatement Class
Represents an alter column specialization of an 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 AlterTableAlterColumnStatement _
Inherits AlterTableStatement _
Implements ICollationSetter
'Usage
Dim instance As AlterTableAlterColumnStatement
[SerializableAttribute]
public class AlterTableAlterColumnStatement : AlterTableStatement,
ICollationSetter
[SerializableAttribute]
public ref class AlterTableAlterColumnStatement : public AlterTableStatement,
ICollationSetter
public class AlterTableAlterColumnStatement extends AlterTableStatement implements ICollationSetter
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.AlterTableAlterColumnStatement
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.