次の方法で共有


DbGeography.Union(DbGeography) メソッド

定義

この DbGeography 値と別の 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

パラメーター

other
DbGeography

この値との和集合を計算する必要がある geography 値。

戻り値

この geography 値と other の間の和集合を表す新しい DbGeography 値。

例外

適用対象