Compartir a través de


GeometryConvexHullAggregate.Terminate Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Returns the SqlGeometry object that represents the geometry collection.

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
Public Function Terminate As SqlGeometry
'Uso
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

Valor devuelto

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

Vea también

Referencia

GeometryConvexHullAggregate Clase

Espacio de nombres Microsoft.SqlServer.Types