ISqlSpatialGridIndexable.BufferForDistanceQuery 方法 (Double, Boolean)

 

此 API 支持 产品 基础结构,不应从代码直接使用。

为给定距离构建缓冲区。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
ISqlSpatialGridIndexable BufferForDistanceQuery(
    double distance,
    out bool disableInternalFiltering
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
ISqlSpatialGridIndexable^ BufferForDistanceQuery(
    double distance,
    [OutAttribute] bool% disableInternalFiltering
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
abstract BufferForDistanceQuery : 
        distance:float *
        disableInternalFiltering:bool byref -> ISqlSpatialGridIndexable
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Function BufferForDistanceQuery (
    distance As Double,
    <OutAttribute> ByRef disableInternalFiltering As Boolean
) As ISqlSpatialGridIndexable

参数

  • disableInternalFiltering
    Type: System.Boolean

    在此方法返回时,将包含一个值,该值指示是否禁用内部筛选。

返回值

Type: Microsoft.SqlServer.Types.ISqlSpatialGridIndexable

表示给定距离的缓冲区的 ISqlSpatialGridIndexable 对象。

另请参阅

ISqlSpatialGridIndexable 接口
Microsoft.SqlServer.Types 命名空间

返回页首