GeographyUnionAggregate.Merge(GeographyUnionAggregate) Method

Definition

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.

Applies to