GeometryEnvelopeAggregate.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 this geometry envelope.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Function Terminate As SqlGeometry
'Usage
Dim instance As GeometryEnvelopeAggregate
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
The SqlGeometry object that represents this geometry envelope.