ISqlSpatialGridIndexable 接口

此 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.

页首

请参阅

参考

Microsoft.SqlServer.Types 命名空间