Freigeben über


GeometryEnvelopeAggregate.Terminate-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Rückgabewert

Typ: Microsoft.SqlServer.Types.SqlGeometry
The SqlGeometry object that represents this geometry envelope.

Siehe auch

Verweis

GeometryEnvelopeAggregate Klasse

Microsoft.SqlServer.Types-Namespace