SqlGeography.STOverlaps(SqlGeography) Método

Definición

Devuelve 1 si una SqlGeography instancia se superpone espacialmente a otra SqlGeography instancia o 0 si no lo hace.

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

Parámetros

other
SqlGeography

Instancia SqlGeography para comprobar si se superpone a la instancia de llamada.

Devoluciones

1 si las dos instancias se superponen; de lo contrario, 0.

Atributos

Se aplica a