Langue

SqlGeometry.STTouches(SqlGeometry) Méthode

Définition

Détermine si le paramètre spécifié SqlGeometry touche le courant SqlGeometry.

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

Paramètres

other
SqlGeometry

Instance SqlGeometry à comparer à l’actuel SqlGeometry.

Retours

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

Attributs

S’applique à