Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Constructs an interior buffer for the given distance.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Function InteriorBufferForDistanceQuery ( _
distance As Double _
) As ISqlSpatialGridIndexable
'Usage
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
Parameters
- distance
Type: System.Double
The distance used to calculate the buffer.
Return Value
Type: Microsoft.SqlServer.Types.ISqlSpatialGridIndexable
The ISqlSpatialGridIndexable object that represents the interior buffer for the given distance.