Метод SqlGeometry.ISqlSpatialGridIndexable.BufferForDistanceQuery (Double, Boolean)

 

Возвращает буфер для запроса расстояния для SQL Geometry.

Пространство имен:   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

Параметры

  • distance
    Type: System.Double

    double Задающее расстояние от SqlGeometry вокруг которого вычисляется буфер.

  • disableInternalFiltering
    Type: System.Boolean

    Значение True, если SQL Geometry отключает промежуточную фильтрацию. В противном случае — значение false.

Возвращаемое значение

Type: Microsoft.SqlServer.Types.ISqlSpatialGridIndexable

Буфер для запроса расстояния.

Реализует

ISqlSpatialGridIndexable.BufferForDistanceQuery(Double, Boolean)

См. также

Класс SqlGeometry
Пространство имен Microsoft.SqlServer.Types

Вернуться в начало