SqlGeography.STSymDifference(SqlGeography) 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 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