다음을 통해 공유


DbGeography.Difference(DbGeography) 메서드

정의

이 DbGeography 값과 다른 DbGeography 값 사이의 차이를 계산합니다.

public System.Data.Entity.Spatial.DbGeography Difference (System.Data.Entity.Spatial.DbGeography other);
member this.Difference : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Function Difference (other As DbGeography) As DbGeography

매개 변수

other
DbGeography

이 값의 차이를 계산해야 하는 지리 값입니다.

반환

이 지리 값과 기타 값의 차이를 나타내는 새 DbGeography 값입니다.

적용 대상