GeographyEnvelopeAggregate.Terminate Method

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

Returns the GeographyEnvelopeAggregate object that represents the geography envelope.

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

Syntax

'Declaration
Public Function Terminate As SqlGeography
'Usage
Dim instance As GeographyEnvelopeAggregate
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 the geography envelope.

See Also

Reference

GeographyEnvelopeAggregate Class

Microsoft.SqlServer.Types Namespace