SqlGeography.STOverlaps(SqlGeography) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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