Compartir a través de


Interfaz IMutableColumn

Represents a mutable SQL Server column. 

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
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

El tipo IMutableColumn expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Collation Gets the ICollation object that identifies the collation used by the column. (Se hereda de IColumn.)
Propiedad pública Collation Gets or sets the ICollation object that identifies the collation used by the column.
Propiedad pública ComputedColumnInfo Gets the ComputedColumnInfo object that provides the computed column specification. (Se hereda de IColumn.)
Propiedad pública ComputedColumnInfo Gets or sets the ComputedColumnInfo object that provides the computed column specification.
Propiedad pública DataType Gets or sets the scalar data type. (Se hereda de IMutableScalar.)
Propiedad pública DataType Gets the scalar data type. (Se hereda de IScalar.)
Propiedad pública DefaultValue Gets the IDefaultConstraint object that specifies the column default value. (Se hereda de IColumn.)
Propiedad pública DefaultValue Gets or sets the IDefaultConstraint object that specifies the column default value.
Propiedad pública IdentityColumnInfo Gets the IdentityColumnInfo object that provides the column identity specification. (Se hereda de IColumn.)
Propiedad pública IdentityColumnInfo Gets or sets the IdentityColumnInfo object that provides the column identity specification.
Propiedad pública InPrimaryKey Gets a value that indicates whether the column is included in the definition of a PRIMARY KEY or UNIQUE constraint. (Se hereda de IColumn.)
Propiedad 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.
Propiedad pública IsColumnSet Gets a Boolean value that specifies whether the column is a sparse column that is a member of a column set. (Se hereda de IColumn.)
Propiedad 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.
Propiedad pública IsSparse Gets a Boolean value that specifies whether the column is a sparse column. (Se hereda de IColumn.)
Propiedad pública IsSparse Gets or sets a Boolean value that specifies whether the column is a sparse column.
Propiedad pública Name Gets the name of the metadata object. (Se hereda de IMetadataObject.)
Propiedad pública Nullable A value that specifies whether an object is nullable. (Se hereda de IMutableScalar.)
Propiedad pública Nullable Gets a Boolean value that indicates whether the scalar object is nullable. (Se hereda de IScalar.)
Propiedad pública Parent Gets the ITabular object that is the parent of this object. (Se hereda de IColumn.)
Propiedad pública RowGuidCol Gets a value that indicates whether the column is automatically updated with a unique GUID value. (Se hereda de IColumn.)
Propiedad pública RowGuidCol Gets or sets a value that indicates whether the column is automatically updated with a unique GUID value.
Propiedad pública ScalarType Gets the scalar type. (Se hereda de IScalar.)

Arriba

Métodos

  Nombre Descripción
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.)

Arriba