Метод ISqlSpatialGridIndexable.BufferForDistanceQuery
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Constructs a buffer for the given distance.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
'Декларация
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Function BufferForDistanceQuery ( _
distance As Double, _
<OutAttribute> ByRef disableInternalFiltering As Boolean _
) As ISqlSpatialGridIndexable
'Применение
Dim instance As ISqlSpatialGridIndexable
Dim distance As Double
Dim disableInternalFiltering As Boolean
Dim returnValue As ISqlSpatialGridIndexable
returnValue = instance.BufferForDistanceQuery(distance, _
disableInternalFiltering)
[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
function BufferForDistanceQuery(
distance : double,
disableInternalFiltering : boolean
) : ISqlSpatialGridIndexable
Параметры
- distance
Тип: System.Double
The distance used to calculate the buffer.
- disableInternalFiltering
Тип: System.Boolean%
When this method returns, contains a value that indicates whether internal filtering is disabled.
Возвращаемое значение
Тип: Microsoft.SqlServer.Types.ISqlSpatialGridIndexable
The ISqlSpatialGridIndexable object that represents the buffer for the given distance.