IMutableColumn Interface
Represents a mutable SQL Server column.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | Collation | Gets or sets the ICollation object that identifies the collation used by the column. |
![]() | ComputedColumnInfo | Gets or sets the ComputedColumnInfo object that provides the computed column specification. |
![]() | DataType | Gets or sets the scalar data type.(Inherited from IMutableScalar.) |
![]() | DefaultValue | Gets or sets the IDefaultConstraint object that specifies the column default value. |
![]() | IdentityColumnInfo | Gets or sets the IdentityColumnInfo object that provides the column identity specification. |
![]() | InPrimaryKey | Gets or sets a value that indicates whether the column is included in the definition of a PRIMARY KEY or UNIQUE constraint. |
![]() | IsColumnSet | Gets or sets a Boolean value that specifies whether the column is a sparse column that is a member of a column set. |
![]() | IsSparse | Gets or sets a Boolean value that specifies whether the column is a sparse column. |
![]() | Name | Gets the name of the metadata object.(Inherited from IMetadataObject.) |
![]() | Nullable | A value that specifies whether an object is nullable.(Inherited from IMutableScalar.) |
![]() | Parent | |
![]() | RowGuidCol | Gets or sets a value that indicates whether the column is automatically updated with a unique GUID value. |
![]() | ScalarType | Gets the scalar type.(Inherited from IScalar.) |
| Name | Description | |
|---|---|---|
![]() | Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object.(Inherited from IMetadataObject.) |

