SqlGeography.BufferWithCurves(Double) Metodo

Definizione

Restituisce un'istanza SqlGeography che rappresenta il set di tutti i punti la cui distanza dall'istanza chiamante SqlGeography è minore o uguale al distance parametro .

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeography BufferWithCurves(double distance);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.BufferWithCurves : double -> Microsoft.SqlServer.Types.SqlGeography
Public Function BufferWithCurves (distance As Double) As SqlGeography

Parametri

distance
Double

La distanza massima che punta che forma il buffer può essere dall'istanza geography.

Valori restituiti

Set di tutti i punti la cui distanza dall'istanza chiamante SqlGeography è minore o uguale a distance.

Attributi

Si applica a