GeographyCollectionAggregate.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 collection.

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 GeographyCollectionAggregate
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

GeographyCollectionAggregate Class

Microsoft.SqlServer.Types Namespace