Langue

SqlGeometry.STIntersects(SqlGeometry) Méthode

Définition

Détermine si l’instance appelante SqlGeometry croise une autre SqlGeometry.

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

Paramètres

other
SqlGeometry

Une autre SqlGeometry instance à comparer à l’instance sur laquelle STIntersects(SqlGeometry) est appelée.

Retours

Retourne true si une instance croise une SqlGeometry autre instance geometry. Retourne false si ce n’est pas le cas.

Attributs

S’applique à