Langue

SqlGeography.STIntersection(SqlGeography) Méthode

Définition

Retourne un objet représentant les points où une SqlGeography instance croise une autre SqlGeography instance.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeography STIntersection(Microsoft.SqlServer.Types.SqlGeography other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STIntersection : Microsoft.SqlServer.Types.SqlGeography -> Microsoft.SqlServer.Types.SqlGeography
Public Function STIntersection (other As SqlGeography) As SqlGeography

Paramètres

other
SqlGeography

Instance SqlGeography à comparer avec l’instance sur laquelle STIntersection(SqlGeography) est appelée.

Retours

Valeur SqlGeography contenant les points où l’instance spécifiée SqlGeography croise l’instance actuelle SqlGeography .

Attributs

S’applique à