DbGeography.Union(DbGeography) 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.
Calcule l'union de cette valeur DbGeography avec une autre valeur DbGeography.
public:
System::Data::Spatial::DbGeography ^ Union(System::Data::Spatial::DbGeography ^ other);
public System.Data.Spatial.DbGeography Union (System.Data.Spatial.DbGeography other);
member this.Union : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public Function Union (other As DbGeography) As DbGeography
Paramètres
- other
- DbGeography
Valeur géographique pour laquelle l'union avec cette valeur doit être calculée.
Retours
Nouvelle valeur DbGeography représentant l'union entre cette valeur géographique et other
.
Exceptions
other
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.