SqlGeography.STSymDifference(SqlGeography) Método

Definición

Devuelve un objeto que representa todos los puntos que se encuentran en una SqlGeography instancia u otra SqlGeography , pero no en esos puntos que se encuentran en ambas instancias.

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

Parámetros

other
SqlGeography

Instancia SqlGeography que se va a comparar con el objeto actual SqlGeography.

Devoluciones

Instancia SqlGeography de que contiene todos los puntos únicos de la llamada SqlGeography y al especificado SqlGeography.

Atributos

Se aplica a