SqlGeography.STDifference(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 les points d’une SqlGeography instance qui ne se trouvent pas dans une autre SqlGeography instance.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeography STDifference(Microsoft.SqlServer.Types.SqlGeography other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STDifference : Microsoft.SqlServer.Types.SqlGeography -> Microsoft.SqlServer.Types.SqlGeography
Public Function STDifference (other As SqlGeography) As SqlGeography
Paramètres
- other
- SqlGeography
Une autre SqlGeography instance qui indique les points à supprimer de l’instance sur laquelle cette méthode est appelée.
Retours
Valeur SqlGeography qui représente tous les points uniques à l’instance appelante.
- Attributs