Langue

SqlGeometry.STDisjoint(SqlGeometry) Méthode

Définition

Détermine si l’instance appelante SqlGeometry est disjointe par rapport à l’instance spécifiée SqlGeometry.

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

Paramètres

other
SqlGeometry

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

Retours

Retourne true si une SqlGeometry instance est disjointe spatialement à partir d’une autre SqlGeometry instance. Retourne false si ce n’est pas le cas.

Attributs

S’applique à