Langue

SqlGeography.STWithin(SqlGeography) Méthode

Définition

Retourne 1 si une SqlGeography instance est spatialement au sein d’une autre SqlGeography instance ; sinon, retourne 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

Paramètres

other
SqlGeography

Instance SqlGeography à comparer à l’instance appelante.

Retours

1 si elle SqlGeography se trouve dans l’autre SqlGeography instance.

Attributs

S’applique à