Интерфейс IXmlIndex

Represents a SQL Server XML index.

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство Name Gets the name of the metadata object. (Производный от IMetadataObject.)
Открытое свойство Parent Gets the ITabular object that is the parent of this object. (Производный от IIndex.)

В начало

Методы

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

В начало