GeometryCollectionAggregate.Terminate Method ()

 

Applies To: SQL Server 2016 Preview

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

Returns the SqlGeometry object that represents the geometry collection.

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

Syntax

public SqlGeometry Terminate()
public:
virtual SqlGeometry^ Terminate() sealed
abstract Terminate : unit -> SqlGeometry
override Terminate : unit -> SqlGeometry
Public Function Terminate As SqlGeometry

Return Value

Type: Microsoft.SqlServer.Types.SqlGeometry

A SqlGeometry object that represents the geometry collection.

See Also

GeometryCollectionAggregate Class
Microsoft.SqlServer.Types Namespace

Return to top