SqlGeography.STIntersection(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 un objet représentant les points où une SqlGeography instance croise une autre SqlGeography instance.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeography STIntersection(Microsoft.SqlServer.Types.SqlGeography other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STIntersection : Microsoft.SqlServer.Types.SqlGeography -> Microsoft.SqlServer.Types.SqlGeography
Public Function STIntersection (other As SqlGeography) As SqlGeography
Paramètres
- other
- SqlGeography
Instance SqlGeography à comparer avec l’instance sur laquelle STIntersection(SqlGeography) est appelée.
Retours
Valeur SqlGeography contenant les points où l’instance spécifiée SqlGeography croise l’instance actuelle SqlGeography .
- Attributs