Интерфейс IIndex
Represents a SQL Server index.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public Interface IIndex _
Inherits IMetadataObject
'Применение
Dim instance As IIndex
public interface IIndex : IMetadataObject
public interface class IIndex : IMetadataObject
type IIndex =
interface
interface IMetadataObject
end
public interface IIndex extends IMetadataObject
Тип IIndex обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
![]() |
Name | Gets the name of the metadata object. (Производный от IMetadataObject.) |
![]() |
Parent | Gets the ITabular object that is the parent of this object. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Производный от IMetadataObject.) |
В начало