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

应计算其与此值的联合的地理值。

返回

一个新的 DbGeography 值,表示此地理值和 other

例外

适用于