テーブルと列の変更オプションを指定します。
名前空間: Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ: Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Enumeration AlterTableAlterColumnOption
public enum AlterTableAlterColumnOption
public enum class AlterTableAlterColumnOption
type AlterTableAlterColumnOption
public enum AlterTableAlterColumnOption
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| NoOptionDefined | 変更は NoOptionDefined です | |
| AddRowGuidCol | ||
| DropRowGuidCol | ||
| Null | 変更は Null です | |
| NotNull | 変更は NotNull です | |
| AddPersisted | 変更は AddPersisted です | |
| DropPersisted | 変更は DropPersisted です | |
| AddNotForReplication | 変更は AddNotForReplication です | |
| DropNotForReplication | 変更は DropNotForReplication です | |
| AddSparse | 変更は AddSparse です | |
| DropSparse | 変更は DropSparse です |
解説
AddSparse 値と DropSparse 値は、Transact-SQL 100 では新しい値です。