Langue

SqlGeometry.STWithin(SqlGeometry) Méthode

Définition

Détermine si le courant SqlGeometry est complètement dans l’instance spécifiée 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

Paramètres

other
SqlGeometry

Instance SqlGeometry à comparer à l’actuel SqlGeometry.

Retours

Retourne true si une SqlGeometry instance se trouve complètement dans une autre SqlGeometry instance ; sinon, retourne false.

Attributs

S’applique à