Método SqlGeographyBuilder.EndGeography
Finishes a call sequence for a geography type.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
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
Comentários
Call sequences that open with a BeginGeography() must close with a EndGeography().
BeginGeography() and EndGeography() pairs can be nested.