Partager via


Méthode GeographyCollectionAggregate.Terminate

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Returns the SqlGeography object that represents the geography collection.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
Public Function Terminate As SqlGeography
'Utilisation
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

Valeur de retour

Type : Microsoft.SqlServer.Types.SqlGeography
The SqlGeography object that represents the geography collection.

Voir aussi

Référence

GeographyCollectionAggregate Classe

Espace de noms Microsoft.SqlServer.Types