Интерфейс ITabular

Defines a common interface for all tabular metadata objects.

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство Columns Gets the collection of columns that belong to this object.
Открытое свойство Name Gets the name of the metadata object. (Производный от IMetadataObject.)
Открытое свойство TabularType Gets the tabular type.
Открытое свойство Unaliased Gets the ITabular object that this object is an alias for.

В начало

Методы

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

В начало