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 | |
---|---|---|
![]() |
BufferForDistanceQuery | Infrastruttura. Constructs a buffer for the given distance. |
![]() |
GetBoundingBoxCorners | Infrastruttura. Returns the bounding box corners of the SqlGeography or SqlGeometry instance. |
![]() |
GetGridCoverage | Infrastruttura. Gets the grid coverage. |
![]() |
InteriorBufferForDistanceQuery | Infrastruttura. Constructs an interior buffer for the given distance. |
In alto