GeographyUnionAggregate.Merge Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds another GeographyUnionAggregate object into this geography union.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Sub Merge ( _
group As GeographyUnionAggregate _
)
'Usage
Dim instance As GeographyUnionAggregate
Dim group As GeographyUnionAggregate
instance.Merge(group)
public void Merge(
GeographyUnionAggregate group
)
public:
void Merge(
GeographyUnionAggregate^ group
)
member Merge :
group:GeographyUnionAggregate -> unit
public function Merge(
group : GeographyUnionAggregate
)
Parameters
- group
Type: Microsoft.SqlServer.Types.GeographyUnionAggregate
The other GeographyUnionAggregate object to add into this geography union.