Partager via


Méthode EndGeography

Finishes a call sequence for a geography type.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
Public Overridable Sub EndGeography
'Utilisation
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()

Implémente

IGeographySink. . :: . .EndGeography() () () ()

Notes

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

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