Интерфейс IMutableColumn

Represents a mutable SQL Server column. 

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Public Interface IMutableColumn _
    Inherits IColumn, IMutableScalar, IScalar, IMutableMetadataObject,  _
    IMetadataObject
'Применение
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

Тип IMutableColumn обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Collation Gets the ICollation object that identifies the collation used by the column. (Производный от IColumn.)
Открытое свойство Collation Gets or sets the ICollation object that identifies the collation used by the column.
Открытое свойство ComputedColumnInfo Gets the ComputedColumnInfo object that provides the computed column specification. (Производный от IColumn.)
Открытое свойство ComputedColumnInfo Gets or sets the ComputedColumnInfo object that provides the computed column specification.
Открытое свойство DataType Gets or sets the scalar data type. (Производный от IMutableScalar.)
Открытое свойство DataType Gets the scalar data type. (Производный от IScalar.)
Открытое свойство DefaultValue Gets the IDefaultConstraint object that specifies the column default value. (Производный от IColumn.)
Открытое свойство DefaultValue Gets or sets the IDefaultConstraint object that specifies the column default value.
Открытое свойство IdentityColumnInfo Gets the IdentityColumnInfo object that provides the column identity specification. (Производный от IColumn.)
Открытое свойство IdentityColumnInfo Gets or sets the IdentityColumnInfo object that provides the column identity specification.
Открытое свойство InPrimaryKey Gets a value that indicates whether the column is included in the definition of a PRIMARY KEY or UNIQUE constraint. (Производный от IColumn.)
Открытое свойство InPrimaryKey Gets or sets a value that indicates whether the column is included in the definition of a PRIMARY KEY or UNIQUE constraint.
Открытое свойство IsColumnSet Gets a Boolean value that specifies whether the column is a sparse column that is a member of a column set. (Производный от IColumn.)
Открытое свойство IsColumnSet Gets or sets a Boolean value that specifies whether the column is a sparse column that is a member of a column set.
Открытое свойство IsSparse Gets a Boolean value that specifies whether the column is a sparse column. (Производный от IColumn.)
Открытое свойство IsSparse Gets or sets a Boolean value that specifies whether the column is a sparse column.
Открытое свойство Name Gets the name of the metadata object. (Производный от IMetadataObject.)
Открытое свойство Nullable A value that specifies whether an object is nullable. (Производный от IMutableScalar.)
Открытое свойство Nullable Gets a Boolean value that indicates whether the scalar object is nullable. (Производный от IScalar.)
Открытое свойство Parent Gets the ITabular object that is the parent of this object. (Производный от IColumn.)
Открытое свойство RowGuidCol Gets a value that indicates whether the column is automatically updated with a unique GUID value. (Производный от IColumn.)
Открытое свойство RowGuidCol Gets or sets a value that indicates whether the column is automatically updated with a unique GUID value.
Открытое свойство ScalarType Gets the scalar type. (Производный от IScalar.)

В начало

Методы

  Имя Описание
Открытый метод Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Производный от IMetadataObject.)

В начало