Compartir a través de


GeographyUnionAggregate.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 SqlGeography object that represents this geography union.

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 GeographyUnionAggregate 
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 this geography union.

Vea también

Referencia

GeographyUnionAggregate Clase

Espacio de nombres Microsoft.SqlServer.Types