SqlGeometry.STDifference(SqlGeometry) 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 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