DbGeography.Difference(DbGeography) 方法

定义

计算此 DbGeography 值和其他 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

参数

other
DbGeography

与该值的差别应被计算出来的地理值。

返回

一个新的 DbGeography 值,代表此地理值和 other 之间的差异。

例外

适用于