Freigeben über


GeographyEnvelopeAggregate.Terminate-Methode

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

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

Rückgabewert

Typ: Microsoft.SqlServer.Types.SqlGeography
The SqlGeography object that represents the geography envelope.

Siehe auch

Verweis

GeographyEnvelopeAggregate Klasse

Microsoft.SqlServer.Types-Namespace