Partager via


Méthode GeometryCollectionAggregate.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 SqlGeometry object that represents the geometry collection.

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

Syntaxe

'Déclaration
Public Function Terminate As SqlGeometry
'Utilisation
Dim instance As GeometryCollectionAggregate 
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

Valeur de retour

Type : Microsoft.SqlServer.Types.SqlGeometry
A SqlGeometry object that represents the geometry collection.

Voir aussi

Référence

GeometryCollectionAggregate Classe

Espace de noms Microsoft.SqlServer.Types