Condividi tramite


Interfaccia ISqlSpatialGridIndexable

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Defines the interface that is implemented by SqlGeography and SqlGeometry type objects to support spatial indexing.

Spazio dei nomi  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Sintassi

'Dichiarazione
Public Interface ISqlSpatialGridIndexable
'Utilizzo
Dim instance As ISqlSpatialGridIndexable
public interface ISqlSpatialGridIndexable
public interface class ISqlSpatialGridIndexable
type ISqlSpatialGridIndexable =  interface end
public interface ISqlSpatialGridIndexable

Nel tipo ISqlSpatialGridIndexable sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico BufferForDistanceQuery Infrastruttura. Constructs a buffer for the given distance.
Metodo pubblico GetBoundingBoxCorners Infrastruttura. Returns the bounding box corners of the SqlGeography or SqlGeometry instance.
Metodo pubblico GetGridCoverage Infrastruttura. Gets the grid coverage.
Metodo pubblico InteriorBufferForDistanceQuery Infrastruttura. Constructs an interior buffer for the given distance.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Types