Поделиться через


Интерфейс IIndexedColumn

Represents a SQL Server column that is participating in an index.

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство IsIncluded Gets a value that indicates whether the column is included in the index.
Открытое свойство Name Gets the name of the metadata object. (Производный от IMetadataObject.)
Открытое свойство ReferencedColumn Gets the IColumn object that represents the column that is referenced by the indexed column.
Открытое свойство SortOrder Gets the SortOrder value that specifies whether the indexed column is sorted in descending or ascending order.

В начало

Методы

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

В начало