Condividi tramite


Metodo GeometryConvexHullAggregate.Terminate

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Returns the SqlGeometry object that represents the geometry collection.

Spazio dei nomi  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Sintassi

'Dichiarazione
Public Function Terminate As SqlGeometry
'Utilizzo
Dim instance As GeometryConvexHullAggregate 
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

Valore restituito

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

Vedere anche

Riferimento

GeometryConvexHullAggregate Classe

Spazio dei nomi Microsoft.SqlServer.Types