Partager via


Interface IMutableColumn

Represents a mutable SQL Server column. 

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Interface IMutableColumn _
    Inherits IColumn, IMutableScalar, IScalar, IMutableMetadataObject,  _
    IMetadataObject
'Utilisation
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

Le type IMutableColumn expose les membres suivants.

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (hérité de IMetadataObject.)

Haut de la page