Langue

SqlGeography.STDisjoint(SqlGeography) Méthode

Définition

Détermine si l’instance appelante SqlGeography est disjoint spatialement de l’instance spécifiée SqlGeography .

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

Paramètres

other
SqlGeography

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

Retours

Valeur SqlBoolean qui indique si l’instance SqlGeography est disjointe spatialement à partir de l’objet spécifié SqlGeography. Si les instances sont disjointes spatialement, cette méthode retourne true. Sinon, faux.

Attributs

S’applique à