ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery 方法 (Double)
此 API 支持 产品 基础结构,不应从代码直接使用。
为给定距离构建内部缓冲区。
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)
语法
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
ISqlSpatialGridIndexable InteriorBufferForDistanceQuery(
double distance
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
ISqlSpatialGridIndexable^ InteriorBufferForDistanceQuery(
double distance
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
abstract InteriorBufferForDistanceQuery :
distance:float -> ISqlSpatialGridIndexable
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Function InteriorBufferForDistanceQuery (
distance As Double
) As ISqlSpatialGridIndexable
参数
distance
Type: System.Double用于计算缓冲区的距离。
返回值
Type: Microsoft.SqlServer.Types.ISqlSpatialGridIndexable
表示给定距离的内部缓冲区的 ISqlSpatialGridIndexable 对象。
另请参阅
ISqlSpatialGridIndexable 接口
Microsoft.SqlServer.Types 命名空间
返回页首