SqlGeometry.STWithin(SqlGeometry) 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.
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