DbSpatialServices.Union Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Beräknar union av två värden.
Överlagringar
| Name | Description |
|---|---|
| Union(DbGeography, DbGeography) |
Beräknar union av två DbGeography värden. |
| Union(DbGeometry, DbGeometry) |
Beräknar union av två DbGeometry värden. |
Union(DbGeography, DbGeography)
Beräknar union av två DbGeography värden.
public:
abstract System::Data::Spatial::DbGeography ^ Union(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract System.Data.Spatial.DbGeography Union(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Union : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public MustOverride Function Union (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography
Parametrar
- geographyValue
- DbGeography
Det första geografivärdet.
- otherGeography
- DbGeography
Det andra geografivärdet.
Returer
Ett nytt DbGeography värde som representerar unionen för geographyValue och otherGeography.
Undantag
geographyValue
otherGeography
geographyValue
otherGeography
Gäller för
Union(DbGeometry, DbGeometry)
Beräknar union av två DbGeometry värden.
public:
abstract System::Data::Spatial::DbGeometry ^ Union(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract System.Data.Spatial.DbGeometry Union(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Union : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public MustOverride Function Union (geometryValue As DbGeometry, otherGeometry As DbGeometry) As DbGeometry
Parametrar
- geometryValue
- DbGeometry
Det första geometrivärdet.
- otherGeometry
- DbGeometry
Det andra geometrivärdet.
Returer
Ett nytt DbGeometry värde som representerar unionen för geometryValue och otherGeometry.
Undantag
geometryValue
otherGeometry
geometryValue
otherGeometry