Partilhar via


Método GeographyEnvelopeAggregate.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 GeographyEnvelopeAggregate object that represents the geography envelope.

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 GeographyEnvelopeAggregate 
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 the geography envelope.

Consulte também

Referência

GeographyEnvelopeAggregate Classe

Namespace Microsoft.SqlServer.Types