Compartir a través de


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

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

Sintaxis

'Declaración
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 devuelto

Tipo: Microsoft.SqlServer.Types.SqlGeography
The SqlGeography object that represents the geography envelope.

Vea también

Referencia

GeographyEnvelopeAggregate Clase

Espacio de nombres Microsoft.SqlServer.Types