SqlGeography.STWithin(SqlGeography) Método

Definición

Devuelve 1 si una SqlGeography instancia está espacialmente dentro de otra SqlGeography instancia; de lo contrario, devuelve 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

Instancia SqlGeography que se va a comparar con la instancia de llamada.

Devoluciones

1 si está SqlGeography dentro de la otra SqlGeography instancia.

Atributos

Se aplica a