Langue

SqlGeography.STDifference(SqlGeography) Méthode

Définition

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

S’applique à