Freigeben über


SqlGeographyBuilder.EndGeography-Methode

Finishes a call sequence for a geography type.

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

Syntax

'Declaration
Public Overridable Sub EndGeography
'Usage
Dim instance As SqlGeographyBuilder

instance.EndGeography()
public virtual void EndGeography()
public:
virtual void EndGeography()
abstract EndGeography : unit -> unit  
override EndGeography : unit -> unit
public function EndGeography()

Implementiert

IGeographySink.EndGeography()

Hinweise

Call sequences that open with a BeginGeography() must close with a EndGeography().

BeginGeography() and EndGeography() pairs can be nested.

Siehe auch

Verweis

SqlGeographyBuilder Klasse

Microsoft.SqlServer.Types-Namespace