다음을 통해 공유


AlterTableAlterColumnOption Enum

Definition

The options for alter column version of alter table statement. AddRowguidcol, DropRowguidcol can only happen if there is no DataType.

public enum AlterTableAlterColumnOption
type AlterTableAlterColumnOption = 
Public Enum AlterTableAlterColumnOption
Inheritance
AlterTableAlterColumnOption

Fields

AddHidden 13

Add hidden flag to temporal generated always column

AddMaskingFunction 11

Add Masking Function for the column.

AddNotForReplication 7

Add not for replication for the column.

AddPersisted 5

Add persisted for the column.

AddRowGuidCol 1

Add Rowguidcol for the column.

AddSparse 9

Add Sparse for the column.

DropHidden 14

Drops hidden flag to temporal generated always column

DropMaskingFunction 12

Drop Masking Function for the column.

DropNotForReplication 8

Drop not for replication for the column.

DropPersisted 6

Drop persisted for the column.

DropRowGuidCol 2

Drop Rowguidcol for the column.

DropSparse 10

Drop Sparse for the column.

Encryption 15

Add Always Encryption details for column

NoOptionDefined 0

No option defined

NotNull 4

Not null was defined.

Null 3

Null was defined.

Applies to