Compartir a través de


Interfaz ISpatialIndex

Represents a SQL Server spatial 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 ISpatialIndex _
    Inherits IIndex, IMetadataObject
'Uso
Dim instance As ISpatialIndex
public interface ISpatialIndex : IIndex, 
    IMetadataObject
public interface class ISpatialIndex : IIndex, 
    IMetadataObject
type ISpatialIndex =  
    interface
        interface IIndex
        interface IMetadataObject
    end
public interface ISpatialIndex extends IIndex, IMetadataObject

El tipo ISpatialIndex 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