GeometryCollectionAggregate.Accumulate Method (SqlGeometry)

 

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 specified SqlGeometry object into this geometry collection.

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

Syntax

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

Parameters

See Also

GeometryCollectionAggregate Class
Microsoft.SqlServer.Types Namespace

Return to top