IMutableColumn Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IMutableColumn : Microsoft.SqlServer.Management.SqlParser.Metadata.IColumn, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableScalar
type IMutableColumn = interface
interface IColumn
interface IScalar
interface IMetadataObject
interface IMutableScalar
interface IMutableMetadataObject
Public Interface IMutableColumn
Implements IColumn, IMutableScalar
- Implements
Properties
| Collation | |
| ComputedColumnInfo | |
| DataType | (Inherited from IScalar) |
| DefaultValue | |
| IdentityColumnInfo | |
| InPrimaryKey | |
| IsColumnSet | |
| IsGeneratedAlwaysAsRowEnd | |
| IsGeneratedAlwaysAsRowStart | |
| IsSparse | |
| Name | (Inherited from IMetadataObject) |
| Nullable | (Inherited from IScalar) |
| Parent | (Inherited from IColumn) |
| RowGuidCol | |
| ScalarType | (Inherited from IScalar) |
Methods
| Accept<T>(IMetadataObjectVisitor<T>) | (Inherited from IMetadataObject) |
Extension Methods
| TypeInfo(IMetadataObject) |