共用方式為


AlterTableAlterColumnOption 列舉

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.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間