SqlGeography.ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery Method (Double)

 

Applies To: SQL Server 2016 Preview

Gets the interior buffer for distance query for the SQL Geography.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
ISqlSpatialGridIndexable ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery(
    double distance
)
private:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
virtual ISqlSpatialGridIndexable^ InteriorBufferForDistanceQuery(
    double distance
) sealed = ISqlSpatialGridIndexable::InteriorBufferForDistanceQuery
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
private abstract InteriorBufferForDistanceQuery : 
        distance:float -> ISqlSpatialGridIndexable
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
private override InteriorBufferForDistanceQuery : 
        distance:float -> ISqlSpatialGridIndexable
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Private Function InteriorBufferForDistanceQuery (
    distance As Double
) As ISqlSpatialGridIndexable
    Implements ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery

Parameters

  • distance
    Type: System.Double

    Is a double that specifies the distance from the SqlGeography instance around which to calculate the buffer.

Return Value

Type: Microsoft.SqlServer.Types.ISqlSpatialGridIndexable

The interior buffer for distance query.

Implements

ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery(Double)

See Also

SqlGeography Class
Microsoft.SqlServer.Types Namespace

Return to top