Compartir a través de


SqlGeographyBuilder.EndGeography Método

Finishes a call sequence for a geography type.

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

Sintaxis

'Declaración
Public Overridable Sub EndGeography
'Uso
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()

Implementa

IGeographySink.EndGeography()

Comentarios

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

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

Vea también

Referencia

SqlGeographyBuilder Clase

Espacio de nombres Microsoft.SqlServer.Types