Интерфейс IColumn

Represents a SQL Server column. 

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

Синтаксис

'Декларация
Public Interface IColumn _
    Inherits IScalar, IMetadataObject
'Применение
Dim instance As IColumn
public interface IColumn : IScalar, 
    IMetadataObject
public interface class IColumn : IScalar, 
    IMetadataObject
type IColumn =  
    interface
        interface IScalar
        interface IMetadataObject
    end
public interface IColumn extends IScalar, IMetadataObject

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

Свойства

  Имя Описание
Открытое свойство Collation Gets the ICollation object that identifies the collation used by the column.
Открытое свойство ComputedColumnInfo Gets the ComputedColumnInfo object that provides the computed column specification.
Открытое свойство DataType Gets the scalar data type. (Производный от IScalar.)
Открытое свойство DefaultValue Gets the IDefaultConstraint object that specifies the column default value.
Открытое свойство IdentityColumnInfo Gets 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.
Открытое свойство IsColumnSet Gets 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.
Открытое свойство Name Gets the name of the metadata object. (Производный от IMetadataObject.)
Открытое свойство 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.
Открытое свойство RowGuidCol Gets 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.)

В начало