GeographyUnionAggregate.Terminate Method ()

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the SqlGeography object that represents this geography union.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

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

Return Value

Type: Microsoft.SqlServer.Types.SqlGeography

The SqlGeography object that represents this geography union.

See Also

GeographyUnionAggregate Class
Microsoft.SqlServer.Types Namespace

Return to top