SqlGeometry.ISqlSpatialGridIndexable.BufferForDistanceQuery 方法 (Double, Boolean)

 

返回 SQL 几何图形的距离查询的缓冲区。

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

语法

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

参数

  • disableInternalFiltering
    Type: System.Boolean

    如果 SQL 几何图形禁用中间筛选,则为 True;否则为 false

返回值

Type: Microsoft.SqlServer.Types.ISqlSpatialGridIndexable

距离查询的缓冲区。

实现

ISqlSpatialGridIndexable.BufferForDistanceQuery(Double, Boolean)

另请参阅

SqlGeometry 类
Microsoft.SqlServer.Types 命名空间

返回页首