SqlGeography.STOverlaps(SqlGeography) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne 1 si une instance chevauche spatialement une SqlGeography autre SqlGeography instance, ou 0 si ce n’est pas le cas.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STOverlaps(Microsoft.SqlServer.Types.SqlGeography other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STOverlaps : Microsoft.SqlServer.Types.SqlGeography -> System.Data.SqlTypes.SqlBoolean
Public Function STOverlaps (other As SqlGeography) As SqlBoolean
Paramètres
- other
- SqlGeography
Instance SqlGeography à vérifier si elle chevauche l’instance appelante.
Retours
1 si les deux instances se chevauchent ; sinon, 0.
- Attributs