SqlGeography.STWithin(SqlGeography) Metodo

Definizione

Restituisce 1 se un'istanza SqlGeography è spaziale all'interno di un'altra SqlGeography istanza. In caso contrario, restituisce 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

Parametri

other
SqlGeography

SqlGeography Istanza da confrontare con l'istanza chiamante.

Valori restituiti

1 se è SqlGeography all'interno dell'altra SqlGeography istanza.

Attributi

Si applica a