DbGeography.Difference(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 la différence entre cette valeur DbGeography et une autre valeur DbGeography.
public:
System::Data::Spatial::DbGeography ^ Difference(System::Data::Spatial::DbGeography ^ other);
public System.Data.Spatial.DbGeography Difference (System.Data.Spatial.DbGeography other);
member this.Difference : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public Function Difference (other As DbGeography) As DbGeography
Paramètres
- other
- DbGeography
Valeur géographique pour laquelle la différence avec cette valeur doit être calculée.
Retours
Nouvelle valeur DbGeography représentant la différence entre cette valeur géographique et other.
Exceptions
other