GeometryUnionAggregate.Accumulate Method

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

Adds the given SqlGeometry object into this geometry union.

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

Syntax

'Declaration
Public Sub Accumulate ( _
    g As SqlGeometry _
)
'Usage
Dim instance As GeometryUnionAggregate
Dim g As SqlGeometry

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

Parameters

See Also

Reference

GeometryUnionAggregate Class

Microsoft.SqlServer.Types Namespace