Partilhar via


Interface ISpatialIndex

Represents a SQL Server spatial index.

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

Sintaxe

'Declaração
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

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