SqlGeometry.STWithin(SqlGeometry) Método

Definição

Determina se a corrente SqlGeometry está completamente dentro da instância especificada SqlGeometry .

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

Parâmetros

other
SqlGeometry

A SqlGeometry instância a ser comparada com a atual SqlGeometry.

Retornos

Retornará true se uma SqlGeometry instância estiver completamente dentro de outra SqlGeometry instância; caso contrário, retornará false.

Atributos

Aplica-se a