Langue

SqlGeometry.STIntersection(SqlGeometry) Méthode

Définition

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

S’applique à