SqlGeography.STDifference(SqlGeography) Método

Definición

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

[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

Parámetros

other
SqlGeography

Otra SqlGeography instancia que indica qué puntos se van a quitar de la instancia en la que se invoca este método.

Devoluciones

Valor SqlGeography que representa todos los puntos que son únicos para la instancia de llamada.

Atributos

Se aplica a