Share via


SqlGeometry.ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery-Methode (Double)

 

Gibt den inneren Puffer für die Abstandsabfrage für die SQL-Geometrie zurück.

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

Parameter

  • distance
    Type: System.Double

    Ist ein double-Wert, der den Abstand zu der SqlGeometry-Instanz angibt, um die der Puffer berechnet werden soll.

Rückgabewert

Type: Microsoft.SqlServer.Types.ISqlSpatialGridIndexable

Der innere Puffer für die Abstandsabfrage.

Implementiert

ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery(Double)

Siehe auch

SqlGeometry-Klasse
Microsoft.SqlServer.Types-Namespace

Zurück zum Anfang