SqlGeography.STWithin(SqlGeography) Método

Definição

Retorna 1 se uma SqlGeography instância estiver espacialmente dentro de outra SqlGeography instância; caso contrário, retornará 0.

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

Parâmetros

other
SqlGeography

A SqlGeography instância a ser comparada com a instância de chamada.

Retornos

1 se estiver SqlGeography dentro da outra SqlGeography instância.

Atributos

Aplica-se a