Share via


Interface ISqlSpatialGridIndexable

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
Public Interface ISqlSpatialGridIndexable
'Utilisation
Dim instance As ISqlSpatialGridIndexable
public interface ISqlSpatialGridIndexable
public interface class ISqlSpatialGridIndexable
type ISqlSpatialGridIndexable =  interface end
public interface ISqlSpatialGridIndexable

Le type ISqlSpatialGridIndexable expose les membres suivants.

Méthodes

  Nom Description
Méthode publique BufferForDistanceQuery Infrastructure. Constructs a buffer for the given distance.
Méthode publique GetBoundingBoxCorners Infrastructure. Returns the bounding box corners of the SqlGeography or SqlGeometry instance.
Méthode publique GetGridCoverage Infrastructure. Gets the grid coverage.
Méthode publique InteriorBufferForDistanceQuery Infrastructure. Constructs an interior buffer for the given distance.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Types