AlterTableAlterColumnOption Enumeration
Specifies the options for alter column version of alter table statement. AddRowGuidCol and DropRowGuidCol can only happen if there is no DataType.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| AddNotForReplication | The alteration is AddNotForReplication. | |
| AddPersisted | The alteration is AddPersisted. | |
| AddRowGuidCol | The alteration is AddRowGuidCol. | |
| AddSparse | The alteration is AddSparse. | |
| DropNotForReplication | The alteration is DropNotForReplication. | |
| DropPersisted | The alteration is DropPersisted. | |
| DropRowGuidCol | The alteration is DropRowGuidCol. | |
| DropSparse | The alteration is DropSparse. | |
| NoOptionDefined | The alteration is NoOptionDefined. | |
| NotNull | The alteration is NotNull. | |
| Null | The alteration is Null. |
Show: