Share via


IMutableColumn Interface

Represents a mutable SQL Server column.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Interface IMutableColumn _
    Inherits IColumn, IMutableScalar, IScalar, IMutableMetadataObject,  _
    IMetadataObject
'Usage
Dim instance As IMutableColumn
public interface IMutableColumn : IColumn, 
    IMutableScalar, IScalar, IMutableMetadataObject, IMetadataObject
public interface class IMutableColumn : IColumn, 
    IMutableScalar, IScalar, IMutableMetadataObject, IMetadataObject
type IMutableColumn =  
    interface 
        interface IColumn 
        interface IMutableScalar 
        interface IScalar 
        interface IMutableMetadataObject 
        interface IMetadataObject 
    end
public interface IMutableColumn extends IColumn, IMutableScalar, IScalar, IMutableMetadataObject, IMetadataObject

The IMutableColumn type exposes the following members.

Properties

  Name Description
Public property Collation Gets or sets the ICollation object that identifies the collation used by the column.
Public property ComputedColumnInfo Gets or sets the ComputedColumnInfo object that provides the computed column specification.
Public property DataType Gets or sets the scalar data type. (Inherited from IMutableScalar.)
Public property DefaultValue Gets or sets the IDefaultConstraint object that specifies the column default value.
Public property IdentityColumnInfo Gets or sets the IdentityColumnInfo object that provides the column identity specification.
Public property InPrimaryKey Gets or sets a value that indicates whether the column is included in the definition of a PRIMARY KEY or UNIQUE constraint.
Public property IsColumnSet Gets or sets a Boolean value that specifies whether the column is a sparse column that is a member of a column set.
Public property IsSparse Gets or sets a Boolean value that specifies whether the column is a sparse column.
Public property Name Gets the name of the metadata object. (Inherited from IMetadataObject.)
Public property Nullable A value that specifies whether an object is nullable. (Inherited from IMutableScalar.)
Public property Parent Gets the ITabular object that is the parent of this object. (Inherited from IColumn.)
Public property RowGuidCol Gets or sets a value that indicates whether the column is automatically updated with a unique GUID value.
Public property ScalarType Gets the scalar type. (Inherited from IScalar.)

Top

Methods

  Name Description
Public method Accept<T> Accepts a visit from the specified IMetadataObjectVisitor<T> object. (Inherited from IMetadataObject.)

Top

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace