Share via


DbGeography.Union(DbGeography) Metodo

Definizione

Calcola l'unione di questo valore DbGeography e un altro valore 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

Parametri

other
DbGeography

Il valore di posizione geografica per il quale deve essere calcolata l'unione con questo valore.

Restituisce

Nuovo valore di DbGeography che rappresenta l'unione tra questo valore geografico e other.

Eccezioni

Si applica a