Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Defines the interface that is implemented by SqlGeography and SqlGeometry type objects to support spatial indexing.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Interface ISqlSpatialGridIndexable
'Usage
Dim instance As ISqlSpatialGridIndexable
public interface ISqlSpatialGridIndexable
public interface class ISqlSpatialGridIndexable
type ISqlSpatialGridIndexable = interface end
public interface ISqlSpatialGridIndexable
Der ISqlSpatialGridIndexable-Typ macht folgende Elemente verfügbar.
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
BufferForDistanceQuery | Infrastruktur Constructs a buffer for the given distance. |
![]() |
GetBoundingBoxCorners | Infrastruktur Returns the bounding box corners of the SqlGeography or SqlGeometry instance. |
![]() |
GetGridCoverage | Infrastruktur Gets the grid coverage. |
![]() |
InteriorBufferForDistanceQuery | Infrastruktur Constructs an interior buffer for the given distance. |
Zum Anfang
.gif)