ColumnAttributes Enumeration
Defines a set of attributes that describe the column properties.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Member name | Description | |
|---|---|---|
| Identity | The column is an identity column. | |
| InPrimaryKey | The column takes part in a primary key. | |
| None | The default attribute. | |
| Nullable | The column is nullable. |
Show: