GeographyConvexHullAggregate.Terminate Method

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

Returns the SqlGeography object that represents this convex hull.

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

Syntax

'Declaration
Public Function Terminate As SqlGeography
'Usage
Dim instance As GeographyConvexHullAggregate
Dim returnValue As SqlGeography

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

Return Value

Type: Microsoft.SqlServer.Types.SqlGeography
The SqlGeography object that represents this convex hull.

See Also

Reference

GeographyConvexHullAggregate Class

Microsoft.SqlServer.Types Namespace