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 네임스페이스