Freigeben über


GeographyCollectionAggregate.Terminate-Methode

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

Returns the SqlGeography object that represents the geography collection.

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

Syntax

'Declaration
Public Function Terminate As SqlGeography
'Usage
Dim instance As GeographyCollectionAggregate 
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 collection.

Siehe auch

Verweis

GeographyCollectionAggregate Klasse

Microsoft.SqlServer.Types-Namespace