Partilhar via


Interface IMutableColumn

Represents a mutable SQL Server column. 

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

Sintaxe

'Declaração
Public Interface IMutableColumn _
    Inherits IColumn, IMutableScalar, IScalar, IMutableMetadataObject,  _
    IMetadataObject
'Uso
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

O tipo IMutableColumn expõe os membros a seguir.

Propriedades

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

Início

Métodos

  Nome Descrição
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.)

Início