Partager via


SqlGeometry.ISqlSpatialGridIndexable.BufferForDistanceQuery, méthode (Double, Boolean)

 

Retourne la mémoire tampon de la requête de distance pour SQL Geometry.

Espace de noms:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (dans Microsoft.SqlServer.Types.dll)

Syntaxe

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
ISqlSpatialGridIndexable ISqlSpatialGridIndexable.BufferForDistanceQuery(
    double distance,
    out bool disableInternalFiltering
)
private:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
virtual ISqlSpatialGridIndexable^ BufferForDistanceQuery(
    double distance,
    [OutAttribute] bool% disableInternalFiltering
) sealed = ISqlSpatialGridIndexable::BufferForDistanceQuery
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
private abstract BufferForDistanceQuery : 
        distance:float *
        disableInternalFiltering:bool byref -> ISqlSpatialGridIndexable
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
private override BufferForDistanceQuery : 
        distance:float *
        disableInternalFiltering:bool byref -> ISqlSpatialGridIndexable
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Private Function BufferForDistanceQuery (
    distance As Double,
    <OutAttribute> ByRef disableInternalFiltering As Boolean
) As ISqlSpatialGridIndexable
    Implements ISqlSpatialGridIndexable.BufferForDistanceQuery

Paramètres

  • distance
    Type: System.Double

    Valeur double qui spécifie la distance à partir de l'instance SqlGeometry autour de laquelle calculer la mémoire tampon.

  • disableInternalFiltering
    Type: System.Boolean

    True si SQL Geometry désactive le filtrage intermédiaire ; sinon, false.

Valeur de retour

Type: Microsoft.SqlServer.Types.ISqlSpatialGridIndexable

Mémoire tampon pour la requête de distance.

Implémente

ISqlSpatialGridIndexable.BufferForDistanceQuery(Double, Boolean)

Voir aussi

SqlGeometry, classe
Microsoft.SqlServer.Types, espace de noms

Retour au début