Método GeographyConvexHullAggregate.Terminate
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Returns the SqlGeography object that represents this convex hull.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
Public Function Terminate As SqlGeography
'Uso
Dim instance As GeographyConvexHullAggregate
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
Valor de retorno
Tipo: Microsoft.SqlServer.Types.SqlGeography
The SqlGeography object that represents this convex hull.