GeographyUnionAggregate.Accumulate Method (SqlGeography)

 

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 given SqlGeography object into this geography union.

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

Syntax

public void Accumulate(
    SqlGeography g
)
public:
virtual void Accumulate(
    SqlGeography^ g
) sealed
abstract Accumulate : 
        g:SqlGeography -> unit
override Accumulate : 
        g:SqlGeography -> unit
Public Sub Accumulate (
    g As SqlGeography
)

Parameters

See Also

GeographyUnionAggregate Class
Microsoft.SqlServer.Types Namespace

Return to top