GeographyUnionAggregate.Merge Method (GeographyUnionAggregate)

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

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

Parameters

See Also

GeographyUnionAggregate Class
Microsoft.SqlServer.Types Namespace

Return to top