DbSpatialServices.Difference Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İki değerin farkını hesaplar.
Aşırı Yüklemeler
| Difference(DbGeography, DbGeography) |
İki DbGeography değerin farkını hesaplar. |
| Difference(DbGeometry, DbGeometry) |
İki DbGeometry değer arasındaki farkı hesaplar. |
Difference(DbGeography, DbGeography)
İki DbGeography değerin farkını hesaplar.
public:
abstract System::Data::Spatial::DbGeography ^ Difference(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract System.Data.Spatial.DbGeography Difference(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Difference : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public MustOverride Function Difference (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography
Parametreler
- geographyValue
- DbGeography
İlk coğrafya değeri.
- otherGeography
- DbGeography
İkinci coğrafya değeri.
Döndürülenler
ve otherGeographyfarkını geographyValue temsil eden yeni bir DbGeography değeri.
Özel durumlar
geographyValue
otherGeography
geographyValue
otherGeography
Şunlara uygulanır
Difference(DbGeometry, DbGeometry)
İki DbGeometry değer arasındaki farkı hesaplar.
public:
abstract System::Data::Spatial::DbGeometry ^ Difference(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract System.Data.Spatial.DbGeometry Difference(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Difference : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public MustOverride Function Difference (geometryValue As DbGeometry, otherGeometry As DbGeometry) As DbGeometry
Parametreler
- geometryValue
- DbGeometry
İlk geometri değeri.
- otherGeometry
- DbGeometry
İkinci geometri değeri.
Döndürülenler
ile otherGeometryarasındaki geometryValue farkı temsil eden yeni bir DbGeometry değeri.
Özel durumlar
geometryValue
otherGeometry
geometryValue
otherGeometry