Интерфейс 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.) |
В начало
.gif)
.gif)