SqlGeography.STOverlaps(SqlGeography) Metodo

Definizione

Restituisce 1 se un'istanza SqlGeography si sovrappone in modo spaziale a un'altra SqlGeography istanza o 0 in caso contrario.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STOverlaps(Microsoft.SqlServer.Types.SqlGeography other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STOverlaps : Microsoft.SqlServer.Types.SqlGeography -> System.Data.SqlTypes.SqlBoolean
Public Function STOverlaps (other As SqlGeography) As SqlBoolean

Parametri

other
SqlGeography

SqlGeography Istanza di per verificare se si sovrappone all'istanza chiamante.

Valori restituiti

1 se le due istanze si sovrappongono; in caso contrario, 0.

Attributi

Si applica a