GeographyUnionAggregate.Merge(GeographyUnionAggregate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds another GeographyUnionAggregate object into this geography union.
public void Merge (Microsoft.SqlServer.Types.GeographyUnionAggregate group);
member this.Merge : Microsoft.SqlServer.Types.GeographyUnionAggregate -> unit
Public Sub Merge (group As GeographyUnionAggregate)
Parameters
- group
- GeographyUnionAggregate
The other GeographyUnionAggregate object to add into this geography union.