SqlGeometry.STWithin(SqlGeometry) Metodo

Definizione

Determina se l'oggetto corrente SqlGeometry è completamente all'interno dell'istanza specificata 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

Parametri

other
SqlGeometry

SqlGeometry Istanza da confrontare con l'oggetto correnteSqlGeometry.

Valori restituiti

Restituisce true se un'istanza SqlGeometry è completamente all'interno di un'altra SqlGeometry istanza. In caso contrario, restituisce false.

Attributi

Si applica a