次の方法で共有


AlterTableAlterColumnOption 列挙体

ALTER TABLE ステートメントの ALTER COLUMN バージョンのオプションを指定します。 AddRowGuidCol と DropRowGuidCol は、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 変更は AddNotForReplication です。
AddPersisted 変更は AddPersisted です。
AddRowGuidCol 変更は AddRowGuidCol です。
AddSparse 変更は AddSparse です。
DropNotForReplication 変更は DropNotForReplication です。
DropPersisted 変更は DropPersisted です。
DropRowGuidCol 変更は DropRowGuidCol です。
DropSparse 変更は DropSparse です。
NoOptionDefined 変更は NoOptionDefined です。
NotNull 変更は NotNull です。
Null 変更は Null です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間