此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Defines the interface that is implemented by SqlGeography and SqlGeometry type objects to support spatial indexing.
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)
语法
声明
Public Interface ISqlSpatialGridIndexable
用法
Dim instance As ISqlSpatialGridIndexable
public interface ISqlSpatialGridIndexable
public interface class ISqlSpatialGridIndexable
type ISqlSpatialGridIndexable = interface end
public interface ISqlSpatialGridIndexable
ISqlSpatialGridIndexable 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
BufferForDistanceQuery | 基础结构。Constructs a buffer for the given distance. |
![]() |
GetBoundingBoxCorners | 基础结构。Returns the bounding box corners of the SqlGeography or SqlGeometry instance. |
![]() |
GetGridCoverage | 基础结构。Gets the grid coverage. |
![]() |
InteriorBufferForDistanceQuery | 基础结构。Constructs an interior buffer for the given distance. |
页首