DbGeography.Union(DbGeography) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算這個 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
應該針對此地理位置值計算與這個值的聯集。
傳回
表示這個地理值與 other
之間聯集的新 DbGeography 值。
例外狀況
other