Compartir a través de


GeometryEnvelopeAggregate.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 this geometry envelope.

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 GeometryEnvelopeAggregate 
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
The SqlGeometry object that represents this geometry envelope.

Vea también

Referencia

GeometryEnvelopeAggregate Clase

Espacio de nombres Microsoft.SqlServer.Types