Compartir a través de


Método SqlGeography.ISqlSpatialGridIndexable.BufferForDistanceQuery (Double, Boolean)

 

Devuelve el búfer de la consulta de distancia para el objeto Geography de SQL.

Espacio de nombres:   Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

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

Parámetros

  • distance
    Type: System.Double

    Valor double que especifica la distancia desde la instancia de SqlGeography alrededor de la cual se puede calcular el búfer.

  • disableIntermediateFiltering
    Type: System.Boolean

    True si el objeto Geography de SQL deshabilita el filtrado intermedio; de lo contrario, false.

Valor devuelto

Type: Microsoft.SqlServer.Types.ISqlSpatialGridIndexable

Búfer de la consulta de distancia.

Implementa

ISqlSpatialGridIndexable.BufferForDistanceQuery(Double, Boolean)

Ver también

Clase SqlGeography
Espacio de nombres Microsoft.SqlServer.Types

Volver al principio