GeometryCollectionAggregate.Terminate Method

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

'Declaration
Public Function Terminate As SqlGeometry
'Usage
Dim instance As GeometryCollectionAggregate
Dim returnValue As SqlGeometry

returnValue = instance.Terminate()
public SqlGeometry Terminate()
public:
virtual SqlGeometry^ Terminate() sealed
abstract Terminate : unit -> SqlGeometry 
override Terminate : unit -> SqlGeometry
public final function Terminate() : SqlGeometry

Return Value

Type: Microsoft.SqlServer.Types.SqlGeometry
A SqlGeometry object that represents the geometry collection.

See Also

Reference

GeometryCollectionAggregate Class

Microsoft.SqlServer.Types Namespace