DbSpatialServices.Union Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Berekent de samenvoeging van twee waarden.
Overloads
| Name | Description |
|---|---|
| Union(DbGeography, DbGeography) |
Berekent de samenvoeging van twee DbGeography waarden. |
| Union(DbGeometry, DbGeometry) |
Berekent de samenvoeging van twee DbGeometry waarden. |
Union(DbGeography, DbGeography)
Berekent de samenvoeging van twee DbGeography waarden.
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
Parameters
- geographyValue
- DbGeography
De eerste geografiewaarde.
- otherGeography
- DbGeography
De tweede geografiewaarde.
Retouren
Een nieuwe DbGeography waarde die de samenvoeging van geographyValue en otherGeography.
Uitzonderingen
geographyValue
otherGeography
geographyValue
otherGeography
Van toepassing op
Union(DbGeometry, DbGeometry)
Berekent de samenvoeging van twee DbGeometry waarden.
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
Parameters
- geometryValue
- DbGeometry
De eerste geometriewaarde.
- otherGeometry
- DbGeometry
De tweede geometriewaarde.
Retouren
Een nieuwe DbGeometry waarde die de samenvoeging van geometryValue en otherGeometry.
Uitzonderingen
geometryValue
otherGeometry
geometryValue
otherGeometry