SqlGeography.STOverlaps(SqlGeography) Método

Definição

Retorna 1 se uma SqlGeography instância sobrepõe espacialmente outra SqlGeography instância ou 0 se não o fizer.

[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

A SqlGeography instância para verificar se ela se sobrepõe à instância de chamada.

Retornos

1 se as duas instâncias se sobrepõem; caso contrário, 0.

Atributos

Aplica-se a