IGeographySink.EndGeography Method ()

 

Applies To: SQL Server 2016 Preview

Finishes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead.

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

Syntax

void EndGeography()
void EndGeography()
abstract EndGeography : unit -> unit
Sub EndGeography

Remarks

Method must be used with BeginGeography() method.

See Also

IGeographySink Interface
Microsoft.SqlServer.Types Namespace

Return to top