Langue

SqlGeography.STIntersects(SqlGeography) Méthode

Définition

Détermine si l’instance actuelle SqlGeography se croise avec le fichier spécifié 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

Paramètres

other
SqlGeography

Instance SqlGeography à comparer à l’instance sur laquelle STIntersects(SqlGeography) est appelée.

Retours

Valeur SqlBoolean qui indique si l’instance appelante SqlGeography croise une autre SqlGeography instance. Retourne true s’il existe une intersection. Sinon, faux.

Attributs

S’applique à