Share via


ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery Method (Double)

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

[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
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Function InteriorBufferForDistanceQuery (
    distance As Double
) As 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.

See Also

ISqlSpatialGridIndexable Interface
Microsoft.SqlServer.Types Namespace

Return to top