SqlGeography.STIntersects(SqlGeography) Metodo

Definizione

Determina se l'istanza corrente SqlGeography interseca con l'oggetto specificato SqlGeography.

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

Parametri

other
SqlGeography

SqlGeography Istanza di da confrontare con l'istanza su cui STIntersects(SqlGeography) viene richiamato.

Valori restituiti

Valore SqlBoolean che indica se l'istanza chiamante SqlGeography interseca un'altra SqlGeography istanza. Restituisce true se è presente un'intersezione. Altrimenti, falso.

Attributi

Si applica a