Langue

SqlGeography.STSymDifference(SqlGeography) Méthode

Définition

Retourne un objet représentant tous les points qui se trouvent dans une SqlGeography instance ou une autre SqlGeography instance, mais pas dans ces points qui se trouvent dans les deux instances.

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

Paramètres

other
SqlGeography

Instance SqlGeography à comparer à l’instance actuelle SqlGeography.

Retours

Instance SqlGeography qui contient tous les points uniques à l’appel SqlGeography et à l’instance spécifiée SqlGeography.

Attributs

S’applique à