Langue

SqlGeometry.STDifference(SqlGeometry) Méthode

Définition

Retourne un objet qui représente les points d’une SqlGeometry instance qui ne se trouvent pas dans une autre SqlGeometry instance.

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

Paramètres

other
SqlGeometry

Instance SqlGeometry indiquant les points à supprimer de l’instance sur laquelle STDifference(SqlGeometry) est appelée.

Retours

Objet SqlGeometry qui représente les points uniques dans l’appel SqlGeometry.

Attributs

S’applique à