SqlGeometry.STDifference(SqlGeometry) Método

Definición

Devuelve un objeto que representa los puntos de una SqlGeometry instancia que no se encuentran dentro de otra SqlGeometry instancia.

[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

Parámetros

other
SqlGeometry

Instancia de SqlGeometry que indica qué puntos se van a quitar de la instancia en la que STDifference(SqlGeometry) se invoca.

Devoluciones

Objeto SqlGeometry que representa los puntos únicos de la llamada a SqlGeometry.

Atributos

Se aplica a