GeographyCollectionAggregate.Merge Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Adds the given GeographyCollectionAggregate collection into this geography collection.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
Public Sub Merge ( _
    group As GeographyCollectionAggregate _
)
'Usage
Dim instance As GeographyCollectionAggregate
Dim group As GeographyCollectionAggregate

instance.Merge(group)
public void Merge(
    GeographyCollectionAggregate group
)
public:
void Merge(
    GeographyCollectionAggregate^ group
)
member Merge : 
        group:GeographyCollectionAggregate -> unit 
public function Merge(
    group : GeographyCollectionAggregate
)

Parameters

See Also

Reference

GeographyCollectionAggregate Class

Microsoft.SqlServer.Types Namespace