GeometryCollectionAggregate.Merge Method (GeometryCollectionAggregate)

 

Applies To: SQL Server 2016 Preview

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

Adds the specified GeometryCollectionAggregate collection into this geometry collection.

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

Syntax

public void Merge(
    GeometryCollectionAggregate group
)
public:
void Merge(
    GeometryCollectionAggregate^ group
)
member Merge : 
        group:GeometryCollectionAggregate -> unit
Public Sub Merge (
    group As GeometryCollectionAggregate
)

Parameters

See Also

GeometryCollectionAggregate Class
Microsoft.SqlServer.Types Namespace

Return to top