Specifies the options for alter column version of alter table statement. AddRowGuidCol and DropRowGuidCol can only happen if there is no DataType.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration AlterTableAlterColumnOption
用法
Dim instance As AlterTableAlterColumnOption
public enum AlterTableAlterColumnOption
public enum class AlterTableAlterColumnOption
type AlterTableAlterColumnOption
public enum AlterTableAlterColumnOption
成员
成员名称 | 说明 | |
---|---|---|
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. |