Langue

SqlGeometry.STContains(SqlGeometry) Méthode

Définition

Spécifie si l’instance appelante SqlGeometry contient complètement un autre SqlGeometry.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STContains(Microsoft.SqlServer.Types.SqlGeometry other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STContains : Microsoft.SqlServer.Types.SqlGeometry -> System.Data.SqlTypes.SqlBoolean
Public Function STContains (other As SqlGeometry) As SqlBoolean

Paramètres

other
SqlGeometry

Instance SqlGeometry à comparer à l’instance sur laquelle STContains(SqlGeometry) est appelée.

Retours

Retourne true si une instance contient complètement une SqlGeometry autre SqlGeometry instance. Sinon, retourne false.

Attributs

S’applique à