SqlGeometry.STIntersection(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.
Retourne un objet qui représente les points où une SqlGeometry instance croise une autre SqlGeometry instance.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeometry STIntersection(Microsoft.SqlServer.Types.SqlGeometry other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STIntersection : Microsoft.SqlServer.Types.SqlGeometry -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STIntersection (other As SqlGeometry) As SqlGeometry
Paramètres
- other
- SqlGeometry
Instance SqlGeometry à comparer avec l’instance sur laquelle STIntersection(SqlGeometry) est appelée, pour déterminer où elles se croisent.
Retours
Objet SqlGeometry contenant les points où l’instance appelante SqlGeometry croise l’objet spécifié SqlGeometry.
- Attributs