Поделиться через


Метод ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Constructs an interior buffer for the given distance.

Пространство имен:  Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

'Декларация
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Function InteriorBufferForDistanceQuery ( _
    distance As Double _
) As ISqlSpatialGridIndexable
'Применение
Dim instance As ISqlSpatialGridIndexable 
Dim distance As Double 
Dim returnValue As ISqlSpatialGridIndexable 

returnValue = instance.InteriorBufferForDistanceQuery(distance)
[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
function InteriorBufferForDistanceQuery(
    distance : double
) : ISqlSpatialGridIndexable

Параметры

  • distance
    Тип: System.Double
    The distance used to calculate the buffer.

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

Тип: Microsoft.SqlServer.Types.ISqlSpatialGridIndexable
The ISqlSpatialGridIndexable object that represents the interior buffer for the given distance.

См. также

Справочник

ISqlSpatialGridIndexable Интерфейс

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