Share via


Método GeographyUnionAggregate.Terminate ()

 

Esta API admite la infraestructura producto y no está diseñada para usarse directamente desde el código.

Devuelve el objeto SqlGeography que representa esta unión de tipo geography.

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

Sintaxis

public SqlGeography Terminate()
public:
virtual SqlGeography^ Terminate() sealed
abstract Terminate : unit -> SqlGeography
override Terminate : unit -> SqlGeography
Public Function Terminate As SqlGeography

Valor devuelto

Type: Microsoft.SqlServer.Types.SqlGeography

Objeto SqlGeography que representa esta unión de tipo geography.

Ver también

Clase GeographyUnionAggregate
Espacio de nombres Microsoft.SqlServer.Types

Volver al principio