Partilhar via


Interface IXmlIndex

Represents a SQL Server XML index.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Public Interface IXmlIndex _
    Inherits IIndex, IMetadataObject
'Uso
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

O tipo IXmlIndex expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Name Gets the name of the metadata object. (Herdado de IMetadataObject.)
Propriedade pública Parent Gets the ITabular object that is the parent of this object. (Herdado de IIndex.)

Início

Métodos

  Nome Descrição
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.)

Início