Compartir a través de


Interfaz IXmlIndex

Represents a SQL Server XML index.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
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

El tipo IXmlIndex expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Name Gets the name of the metadata object. (Se hereda de IMetadataObject.)
Propiedad pública Parent Gets the ITabular object that is the parent of this object. (Se hereda de IIndex.)

Arriba

Métodos

  Nombre Descripción
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.)

Arriba