Share via


GeographyUnionAggregate.Accumulate Method

This API supports the SQL Server 2012 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

'Declaration
Public Sub Accumulate ( _
    g As SqlGeography _
)
'Usage
Dim instance As GeographyUnionAggregate
Dim g As SqlGeography

instance.Accumulate(g)
public void Accumulate(
    SqlGeography g
)
public:
virtual void Accumulate(
    SqlGeography^ g
) sealed
abstract Accumulate : 
        g:SqlGeography -> unit 
override Accumulate : 
        g:SqlGeography -> unit 
public final function Accumulate(
    g : SqlGeography
)

Parameters

See Also

Reference

GeographyUnionAggregate Class

Microsoft.SqlServer.Types Namespace