SqlGeometry.STCrosses(SqlGeometry) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si l’instance appelante SqlGeometry traverse l’instance spécifiée SqlGeometry .
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STCrosses(Microsoft.SqlServer.Types.SqlGeometry other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STCrosses : Microsoft.SqlServer.Types.SqlGeometry -> System.Data.SqlTypes.SqlBoolean
Public Function STCrosses (other As SqlGeometry) As SqlBoolean
Paramètres
- other
- SqlGeometry
Instance SqlGeometry à comparer à l’instance sur laquelle STCrosses(SqlGeometry) est appelée.
Retours
Retourne true si une SqlGeometry instance traverse une autre instance geometry. Retourne false si ce n’est pas le cas.
- Attributs