SqlGeometry.STWithin(SqlGeometry) Método

Definición

Determina si el objeto actual SqlGeometry está completamente dentro de la instancia 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

Instancia SqlGeometry que se va a comparar con el objeto actual SqlGeometry.

Devoluciones

Devuelve true si una SqlGeometry instancia está completamente dentro de otra SqlGeometry instancia; de lo contrario, devuelve false.

Atributos

Se aplica a